Search and view users via the Github API - https://gitprofilefinder.herokuapp.com/
A personal project built with Express.js and other tools to search users and view their profiles on Github.
Feel free to open issues for questions/improvements!
- "ejs": "^2.6.1",
- "express": "^4.16.4",
- "parse-link-header": "^1.0.1",
- "request": "^2.88.0"
- Express Js
- jQuery/Ajax
- Javascript
- Bootstrap 4
- Github API
- Clone the repository
- Install
npm
- Run the server
node app.js
- Visit
http://localhost:3000/
The Search API has a custom rate limit. For requests using Basic Authentication, OAuth, or client ID and secret, you can make up to 30 > requests per minute. For unauthenticated requests, the rate limit allows you to make up to 10 requests per minute. See the rate limit documentation for details on determining your current rate limit > status.
Sayuj Sehgal