Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 486 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 486 Bytes

javascript-githubuserfinder

You can search github user.

If anyone need to search user in github, he or she can use this apps.

Just you need to register in github to get the client id and secret id. After getting the client and secret id you can search the use from github by using client and secret id.

In github.js file, you will change the Oauth values by your own ones.

this.client_id = '2d9e4e1cc8243ab50f1f'; this.client_secret ='9cc2a023f6c3c4551d44102a4110d34bdf29a6a0';