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:
- open this link https://github.com/settings/apps/new and then
- fill some menedetories form like name of the project, server url(localhost) and all.
- After filling this hit the create app button and after that it generate 2 keys
- 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)
- aAnd then it will execute currectly.