Github Profiles Viewer built with the Node.js/Express and the Github API
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
- Get User Info
- Get User Repos
- Rate Limit
Install Dependencies
npm install
node app.js
Go to localhost:3000