Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/factomproject/github-digest
- Owner: FactomProject
- Created: 2019-01-07T16:12:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T20:18:13.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T05:20:58.593Z (about 1 month ago)
- Topics: browserify, github-api, github-pages, graphql, handlebarsjs
- Language: JavaScript
- Homepage: http://project.factom.com/github-digest/
- Size: 396 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```