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.

build deploy Maintainability

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

  1. make an .env file based on .env.example
  2. run by, npm start

license

MIT