Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/factomproject/github-digest

Webpage for reporting on github activity for Factomd
https://github.com/factomproject/github-digest

browserify github-api github-pages graphql handlebarsjs

Last synced: about 1 month ago
JSON representation

Webpage for reporting on github activity for Factomd

Awesome Lists containing this project

README

        

# github-digest

Report Factomd activity on github
http://factomstatus.com/github-digest/

Build a URL to specify a particular month
```
http://factomstatus.com/github-digest/?q=monthly&mm=12&yyyy=2018
```
Here we specify Dec 2018.

NOTE: that because of the way the data is pulled from github - it can can take > 1 min for the javasript report to build.

## Development

install node modules - will also generate a new browserify `bundle.js`

```
npm install
```

run dev server - watches files for changes and auto-reloads.
```
npm run dev
```