2.0.1 • Published 5 years ago

ssb-current-events v2.0.1

Weekly downloads
3
License
ISC
Repository
-
Last release
5 years ago

ssb-current-events

Current Events from Wikipedia, every day at 00:07.

Installation

Clone and satisfy NPM dependencies.

git clone https://gitlab.com/christianbundy/ssb-current-events.git
cd ssb-current-events
npm ci

Usage

You'll need an ssb-server (or similar) running in the background with the ssb-identities plugin installed. You can install with:

ssb-server plugins.install --name ssb-identities

In a perfect world you'd only need to restart your ssb-server, but you may need to manually edit your config.

You probably want some Markdown output every minute or so for testing.

npm test

Ready for production? If you have a key it will be used. Otherwise it will be created for you and stored in ~/.ssb/current-events.txt. Either way, you shouldn't have to worry about it.

npm start

Bingo bango bongo, you're doing the thing.

Support

Please open an issue for support.

Contributing

Please contribute using Git. Add commit to a branch, and open a merge request.