2.1.1 • Published 4 years ago

get-my-rank-on-commits-top v2.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

npm package

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

2.1.1

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago