Hacktober Rank is a rank of participants of the Hacktoberfest. It fetches pull requests from github and list the users with most opened pull requests during the event period: October 1st to October 31.
The rank page lists the rank per year and allows to filter by location.
Pull requests are welcome!!
It's a challenge about create a whole project, from beginning to end, should be done through pull requests from other users.
See issue #1 for more details.
- nodejs >= 10.16.0
- redis
cp .env.example .env
npm install
npm start
npm run serve
npm run build
npm run lint
npm run test:e2e
npm run test:unit
You can run the script using nodejs or configure a cron to run it.
node ./backend/workers/fetch-pull-requests.js [startDate] [endDate]
or
npm run fetch-prs
Check: