Github Profiles Stalker

Github Profiles Viewer built with the Node.js/Express and the Github API

screenshot

How To

I made it so when you enter the username it redirect you the domainname.com/@username
then I do req.params.username to store the username and use it to make the request.
So you can just enter the username in the URL and that will do also.
  • Hope it make sense

Endpoint

  • Get User Info
  • Get User Repos
  • Rate Limit

Usage

Install Dependencies

npm install

Run

node app.js

Go to localhost:3000