Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/repo-analytics/repo-analytics.github.io
Thorough analytics for your GitHub repos
https://github.com/repo-analytics/repo-analytics.github.io
Last synced: 9 days ago
JSON representation
Thorough analytics for your GitHub repos
- Host: GitHub
- URL: https://github.com/repo-analytics/repo-analytics.github.io
- Owner: repo-analytics
- License: gpl-3.0
- Archived: true
- Created: 2019-10-04T08:40:31.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-04T19:01:34.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T09:21:48.672Z (3 months ago)
- Language: JavaScript
- Homepage: https://repo-analytics.github.io
- Size: 3.65 MB
- Stars: 204
- Watchers: 5
- Forks: 10
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://raw.githubusercontent.com/timqian/images/master/20191017115402.gif)](https://repo-analytics.github.io)
[![](https://raw.githubusercontent.com/timqian/images/master/20191017114556.png)](https://repo-analytics.github.io)# [Repo Analytics](https://repo-analytics.github.io)
Thorough analytics for your GitHub repos
Chat with us in [Slack](https://join.slack.com/t/t9tio/shared_invite/enQtNjgzMzkwMDM0NTE3LTE5ZTUzYjU4Y2I0YzRiZjNkYTkzMzE1ZmM0NDdmYzRlZmMxNGY1MzZlN2EwYjYyNWVlMWY0Nzk2MDBhNWZlY2I)
## Setup
Add config file
```js
// backend/secret.json
{
"aws": {
"accessKeyId": "",
"secretAccessKey": ""
},
"github": {
"clientID": "",
"clientSecret": ""
},
"jwtSecret": ""
}
```## Thanks
- [XKCD styled chart lib - chart.xkcd](https://github.com/timqian/chart.xkcd)
- [Host single page apps with GitHub Pages](https://github.com/rafrex/spa-github-pages)
- [Walking octocat](https://dribbble.com/shots/6364613-Octocat-walk-cycle)
- [Icons: remix icon](https://remixicon.com)