Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madsnedergaard/github-contributor-stats
Get the amount of non-code-contributors for your repository easily
https://github.com/madsnedergaard/github-contributor-stats
Last synced: about 1 month ago
JSON representation
Get the amount of non-code-contributors for your repository easily
- Host: GitHub
- URL: https://github.com/madsnedergaard/github-contributor-stats
- Owner: madsnedergaard
- Created: 2023-03-03T16:17:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-03T16:42:18.000Z (over 1 year ago)
- Last Synced: 2024-06-11T19:05:15.587Z (5 months ago)
- Language: JavaScript
- Size: 378 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Contributor Stats
Get the **actual** amount of people who have contributed to a GitHub repository - not just the people who have committed code.
![Screenshot of the app](./screenshot.png)
_Hack day project at [Electricity Maps](https://github.com/electricitymaps?type=source)_
The scraper saves data to JSON files for easy calculations, while the web app is just a fun way to visualise the numbers.
## Getting started
```bash
# 1. Set up
npm install# 2. Update repo details in scraper.mjs
# 3. Run scraper
GITHUB_TOKEN=XXX node scraper.mjs# 4. Run web app to see results
npm run dev
```