Skip to content

vishal-chaubey/Assignment---Github-Api-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Github api data fetching App

It is a small web app using GitHub open source API to search and fetch user profile details using the username.And it's Shows the results in view page. (i used Bootstrap as a CSS library for UI). Also,it handles the error if API fails.

To run this project you have to enter API keys(client_id and client_ ) in your app.js file without this, It shows error. So for error free excusion you have to go through these steps:

  1. open this link https://github.com/settings/apps/new and then
  2. fill some menedetories form like name of the project, server url(localhost) and all.
  3. After filling this hit the create app button and after that it generate 2 keys
  4. Copy these key and paste it in app.js file at their respective key name (i guess code line number 9-14, somewhere in it)
  5. aAnd then it will execute currectly.

Users Enter username here.

Screenshot (102)

Error message if the username doesn't exist.

Screenshot (103)

If currect user then it shows the result on screen from API.

Screenshot (105)

About

To fetch the user data from github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published