git ssb

0+

cel / ssb-activity



Commit 58fd7c7418ca3ca9fc76d7c72fb18adddf7ae6b9

Add readme and license

cel committed on 11/18/2019, 1:28:37 AM
Parent: 44817994a89b582c6cf5879bd6b3be5d67b63f76

Files changed

LICENSEadded
README.mdadded
LICENSEView
@@ -1,0 +1,14 @@
1 +Copyright (c) 2019 cel @f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519
2 +
3 +Permission to use, copy, modify, and/or distribute this software for any
4 +purpose with or without fee is hereby granted, provided that the above
5 +copyright notice and this permission notice appear in all copies.
6 +
7 +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10 +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12 +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13 +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14 +
README.mdView
@@ -1,0 +1,12 @@
1 +# ssb-activity
2 +
3 +Graph of SSB daily active feeds.
4 +
5 +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.
6 +
7 +Building the graph:
8 +```
9 +./run.sh
10 +node process-ids.js
11 +node run.js
12 +```

Built with git-ssb-web