andmcgregor / activities

App to display programming stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Activities

App to display programming stats using the Github API. Built with Node/Angular/D3. Development still in progress.

Live demo

##Screenshot

Activities

##Install

Local file config.json file is required:

{
  "db": "",
  "github_username": "",
  "github_token": "",
  "company_repos": [
  ],
  "title": "",
  "intro": "",
  "social": [
    {
      "title": "",
      "href": ""
    }
  ]
}

About

App to display programming stats


Languages

Language:JavaScript 94.3%Language:CSS 5.7%