Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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 #

---