Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfrazee/ssb-pub-status
a status-page server for ssb pub hosts
https://github.com/pfrazee/ssb-pub-status
Last synced: 14 days ago
JSON representation
a status-page server for ssb pub hosts
- Host: GitHub
- URL: https://github.com/pfrazee/ssb-pub-status
- Owner: pfrazee
- Created: 2014-12-31T00:50:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T01:49:04.000Z (almost 10 years ago)
- Last Synced: 2024-10-30T15:54:38.555Z (2 months ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pub status server
runs an http server which connects to the localhost scuttlebot and renders a status page
## setup
```
git clone https://github.com/pfraze/ssb-pub-status.git
cd ssb-pub-status
npm install
node index.js
```