collector
January 22, 2022 ยท View on GitHub
collector is a small tool I wrote for fun. It's job is to show the top 5 contributions of a user on GitHub. Currently, only merged pull requests count as contributions. Ranking is based on how many forks the corresponding repository has.
why
- Personally, I built this for the work page of my website.
- For others, technical recruiters might wanna use this to form some level of judgement of users based on their GitHub profiles.
usage
$ curl https://vnxcollector.herokuapp.com/${username}
or visit https://collector.vivekn.dev/
setup and build
npm install
npm run build
run
- make an
.envfile based on .env.example - run by,
npm start