{"id":22306287,"url":"https://github.com/blackxored/git-awards","last_synced_at":"2025-07-29T04:32:55.807Z","repository":{"id":42342675,"uuid":"114684078","full_name":"blackxored/git-awards","owner":"blackxored","description":"JavaScript client for Git Awards (http://git-awards.com), discover you GitHub ranking","archived":false,"fork":false,"pushed_at":"2022-12-07T00:37:07.000Z","size":3730,"stargazers_count":9,"open_issues_count":54,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-06T11:12:32.442Z","etag":null,"topics":["git-awards","github","ranking"],"latest_commit_sha":null,"homepage":"https://blackxored.github.io/git-awards","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blackxored.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-18T20:21:00.000Z","updated_at":"2023-10-13T07:38:37.000Z","dependencies_parsed_at":"2023-01-24T13:16:05.856Z","dependency_job_id":null,"html_url":"https://github.com/blackxored/git-awards","commit_stats":null,"previous_names":["blackxored/git-awards"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackxored%2Fgit-awards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackxored%2Fgit-awards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackxored%2Fgit-awards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackxored%2Fgit-awards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackxored","download_url":"https://codeload.github.com/blackxored/git-awards/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227981849,"owners_count":17850920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git-awards","github","ranking"],"created_at":"2024-12-03T19:15:13.517Z","updated_at":"2024-12-03T19:15:14.262Z","avatar_url":"https://github.com/blackxored.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-awards\n\n\u003e Discover your ranking on GitHub\n\n[![Semantically Released][semantic-release-badge]][semantic-release]\n[![Build Status][build-badge]][build]\n[![Code Coverage][coverage-badge]][coverage]\n[![version][version-badge]][package]\n[![downloads][downloads-badge]][npmtrends]\n[![Styled with Prettier][prettier-badge]][prettier]\n[![AirBnB style guide][airbnb-style-badge]][airbnb-style]\n\n[![MIT License][license-badge]][LICENSE]\n[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors)\n[![PRs Welcome][prs-badge]][prs]\n[![Commitizen friendly][commitizen-badge]][commitizen]\n[![Code of Conduct][coc-badge]][coc]\n\n[![Watch on GitHub][github-watch-badge]][github-watch]\n[![Star on GitHub][github-star-badge]][github-star]\n[![Tweet][twitter-badge]][twitter]\n\nJavaScript client for Git Awards (http://git-awards.com), discover you GitHub ranking\n\n## Installing / Getting Started\n\n```\nnpm install git-awards // most likely, yarn instead\n```\n\n```javascript\nimport { getUser, getRankForLanguage } from 'git-awards';\n// Or with CommonJS:\n// const { getUser, getRankForLanguage } = require('git-awards');\n\ngetUser('\u003cyour-username\u003e')\n  .then(user =\u003e getRankForLanguage('\u003cyour-language\u003e', user))\n  .then(console.log.bind(console));\n```\n\nFor usage details see the [documentation].\n\n## Developing\n\n### Built With\n\n* Axios\n* Ramda\n\n### Pre-requisites\n\n### Setting up Dev\n\nHere's a brief intro about what a developer must do in order to start \ndeveloping the project further:\n\n```shell\ngit clone https://github.com/blackxored/git-awards\ncd git-awards\nyarn\n```\n\n### Building\n\nBuild CommonJS modules, documentation and more, with:\n\n```shell\nyarn build\n```\n\n## Versioning\n\nWe use [SemVer][semver] for versioning. In addition, it's automatic via\n[semantic-release][semantic-release], and our [commit convention][commit-convention].\n\nFor the versions available, see the [Releases][releases] on this repository.\n\n## Tests\n\n```shell\nyarn test\n```\n\n## Style guide\n\nWe base our code style on [AirBnB's style guide][airbnb-style] and we check with \n[ESLint][eslint] and automatically format our code with [Prettier][prettier].\n\n## API Reference\n\nSee the API reference in the [documentation].\n\n## License\n\nThis project is licensed under the MIT License - see the \n[license] file for details.\n\n## Acknowledgments \n\n* [Git Awards](http://git-awards.com) for providing such an awesome site.\n\n## Contributing\n\nIf you're interested in contributing to this project in any form, please read\nour [Contribution Guidelines][contributing].\n\n### Code of Conduct\n\nWe've adopted a Code of Conduct that we expect project participants to adhere to.\nPlease read the [full text][coc] so that you can understand what actions \nwill and will not be tolerated.\n\n### Contributors\n\nThanks goes to these people ([emoji key][emojis]):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore --\u003e\n| [\u003cimg src=\"https://avatars3.githubusercontent.com/u/133308?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAdrian Perez\u003c/b\u003e\u003c/sub\u003e](https://adrianperez.codes)\u003cbr /\u003e[💻](https://github.com/blackxored/git-awards/commits?author=blackxored \"Code\") [📖](https://github.com/blackxored/git-awards/commits?author=blackxored \"Documentation\") [🚇](#infra-blackxored \"Infrastructure (Hosting, Build-Tools, etc)\") [⚠️](https://github.com/blackxored/git-awards/commits?author=blackxored \"Tests\") | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/498298?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003evincent daubry\u003c/b\u003e\u003c/sub\u003e](http://www.youboox.fr)\u003cbr /\u003e[🚇](#infra-vdaubry \"Infrastructure (Hosting, Build-Tools, etc)\") |\n| :---: | :---: |\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors][all-contributors] specification.\nContributions of any kind welcome!\n\n\n[npm]: https://www.npmjs.com/\n[node]: https://nodejs.org\n[build-badge]: https://img.shields.io/travis/blackxored/git-awards.svg?style=flat-square\n[build]: https://travis-ci.org/blackxored/git-awards\n[coverage-badge]: https://img.shields.io/codecov/c/github/blackxored/git-awards.svg?style=flat-square\n[coverage]: https://codecov.io/github/blackxored/git-awards\n[version-badge]: https://img.shields.io/npm/v/git-awards.svg?style=flat-square\n[package]: https://www.npmjs.com/package/git-awards\n[downloads-badge]: https://img.shields.io/npm/dm/git-awards.svg?style=flat-square\n[npmtrends]: http://www.npmtrends.com/git-awards\n[license-badge]: https://img.shields.io/npm/l/git-awards.svg?style=flat-square\n[license]: https://github.com/blackxored/git-awards/blob/master/LICENSE.md\n[semantic-release]: https://github.com/semantic-release/semantic-release\n[semantic-release-badge]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square\n[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square\n[commitizen]: http://commitizen.github.io/cz-cli/\n[prettier-badge]: https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square\n[prettier]: https://github.com/prettier/prettier \n[airbnb-style-badge]: https://img.shields.io/badge/code%20style-airbnb-green.svg?style=flat-square\n[airbnb-style]: https://github.com/airbnb/javascript\n[eslint]: http://eslint.org \n[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\n[prs]: http://makeapullrequest.com\n[donate-badge]: https://img.shields.io/badge/$-support-green.svg?style=flat-square\n[contributing]: https://github.com/blackxored/git-awards/blob/master/CONTRIBUTING.md\n[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square\n[coc]: https://github.com/blackxored/git-awards/blob/master/CODE_OF_CONDUCT.md\n[github-watch-badge]: https://img.shields.io/github/watchers/blackxored/git-awards.svg?style=social\n[github-watch]: https://github.com/blackxored/git-awards/watchers\n[github-star-badge]: https://img.shields.io/github/stars/blackxored/git-awards.svg?style=social\n[github-star]: https://github.com/blackxored/git-awards/stargazers\n[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20git-awards%20by%20%40blackxored%20https%3A%2F%2Fgithub.com%2Fblackxored%2Fgit-awards%20%F0%9F%91%8D\n[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/blackxored/git-awards.svg?style=social\n[emojis]: https://github.com/kentcdodds/all-contributors#emoji-key\n[all-contributors]: https://github.com/kentcdodds/all-contributors\n[semver]: http://semver.org/\n[releases]: https://github.com/blackxored/git-awards/releases\n[commit-convention]: https://www.npmjs.com/package/@commitlint/config-conventional\n[documentation]: https://blackxored.github.io/git-awards\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackxored%2Fgit-awards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackxored%2Fgit-awards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackxored%2Fgit-awards/lists"}