Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akashraj9828/gitstats
An open source github contribution analyzer
https://github.com/akashraj9828/gitstats
analytics github-api gitstats graphql javascript reactjs rest-api
Last synced: 2 months ago
JSON representation
An open source github contribution analyzer
- Host: GitHub
- URL: https://github.com/akashraj9828/gitstats
- Owner: akashraj9828
- License: lgpl-3.0
- Created: 2020-04-18T21:19:01.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2023-11-16T07:25:41.000Z (about 1 year ago)
- Last Synced: 2024-08-01T21:45:19.646Z (5 months ago)
- Topics: analytics, github-api, gitstats, graphql, javascript, reactjs, rest-api
- Language: JavaScript
- Homepage: https://gitstats.me
- Size: 3.17 MB
- Stars: 128
- Watchers: 2
- Forks: 25
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![Input](output/logo.svg)
----
[![Build Status](https://travis-ci.com/akashraj9828/gitstats.svg?branch=master)](https://travis-ci.com/akashraj9828/gitstats)
[![Edit git-stats](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/akashraj9828/gitstats/tree/master/?fontsize=14&hidenavigation=1&theme=dark)
## Contributors
Thank you everyone for contributing to this awesome project!
![Input](output/home.png)
# Available ScriptsIn the project directory, you can run:
## Before you begin
`npm install`This installs all dependencies required by the project.
## For the developers:
`npm run dev`## To prettify the code:
`npm run pretty`This allows you to run this repo in the development environment, where you can make changes as well and see it get updated __live__.
## For the end users.
```bash
npm run build
npm start
```The first command correctly bundles React in production mode and optimizes the build for the best performance. The second command allows you to serve this static file through a node server.
# Sample Screen
![Input](output/dark.png)
![Input](output/light.png)