get-my-rank-on-commits-top
v2.1.1
Published
A scraper which returns your current GitHub rank form commits.top per country.
Downloads
3
Readme
get-my-rank-on-commits-top
Get my rank on commits.top
Usage
const getMyRank = require('get-my-rank-on-commits-top')
!(async () => {
const rankObj = await getMyRank('theDavidBarton', 'Hungary')
console.log(rankObj)
})()
{
rank: '62',
rankContrib: '21',
rankAll: '63',
user: 'theDavidBarton',
country: 'Hungary'
}
Source
https://commits.top/
Copyright
MIT License
Copyright (c) 2020 David Barton