Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vesoft-inc/github-statistics
A react static app for displaying github repo statistics like Star History, Fork History and more.
https://github.com/vesoft-inc/github-statistics
Last synced: 18 days ago
JSON representation
A react static app for displaying github repo statistics like Star History, Fork History and more.
- Host: GitHub
- URL: https://github.com/vesoft-inc/github-statistics
- Owner: vesoft-inc
- Created: 2019-08-30T05:08:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T02:27:17.000Z (7 months ago)
- Last Synced: 2024-11-07T14:09:11.066Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://vesoft-inc.github.io/github-statistics/
- Size: 7.84 MB
- Stars: 317
- Watchers: 32
- Forks: 48
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - vesoft-inc/github-statistics - A react static app for displaying github repo statistics like Star History, Fork History and more. (JavaScript)
README
---
GitHub Statistics
---![trynow](https://img.shields.io/badge/TRY-NOW-green?url=https://vesoft-inc.github.io/github-statistics/)
![GitHub stars](https://img.shields.io/github/stars/vesoft-inc/github-statistics?style=social)
![GitHub forks](https://img.shields.io/github/forks/vesoft-inc/github-statistics?style=social)
![GitHub issues](https://img.shields.io/github/issues/vesoft-inc/github-statistics)
![GitHub pull requests](https://img.shields.io/github/issues-pr/vesoft-inc/github-statistics)# Screenshots
# Start
![Image of Yaktocat](/src/image/WX20190912-172947.png)
# Commit
![Image of Yaktocat](/src/image/WX20190912-173245.png)
# Features
- [x] Repository overview
- [x] Star history
- [x] Fork history
- [x] Commit history (recent year)
- [x] Release assets (newest tag)# Contributions
![contributions](https://img.shields.io/badge/Contributions-are_welcomed-green)
If you have any suggestions of comments on either current codes or features, do not heisitate to create issues/PRs to let us know.
Feature requests are also warmly welcomed.
# Development
1. clone repo.
```shell
git clone https://github.com/vesoft-inc/github-statistics.git
```2. install npm modules.
```shell
cd github-statistics
npm install
```3. **MUST SET** `YOUR_GITHUB_API_TOKEN` in the [.env](./.env) file. Read [Creating a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) to create token if you don't have one.
4. runs the app in the development mode, open [http://localhost:3000](http://localhost:3000) to view it in the browser.
```shell
npm start
```Build the app for production to the `build` folder.
```shell
npm run build
```---
# Made with ❤️ by vesoft-inc #---