repo-analytics / repo-analytics.github.io

Thorough analytics for your GitHub repos
https://repo-analytics.github.io
GNU General Public License v3.0
205 stars 11 forks source link

Repo Analytics

Thorough analytics for your GitHub repos

Chat with us in Slack

Setup

Add config file

// backend/secret.json
{
  "aws": {
    "accessKeyId": "",
    "secretAccessKey": ""
  },
  "github": {
    "clientID": "",
    "clientSecret": ""
  },
  "jwtSecret": ""
}

Thanks