📄 | .gitignore |
📄 | LICENSE |
📄 | README.md |
📄 | common.js |
📄 | index.html |
📄 | index.js |
📄 | package-lock.json |
📄 | package.json |
📄 | process-ids.js |
📄 | run.js |
📄 | run.sh |
README.md
ssb-activity
Graph of SSB daily active feeds.
This repo consists of a flumeview ssb-server plugin, some scripts to generate a graph image and other data, and a web front-end to render the graph interactively.
Building the graph:
./run.sh
node process-ids.js day
node run.js day
Built with git-ssb-web