Current Events from Wikipedia, every day at 00:07.
Clone and satisfy NPM dependencies.
git clone https://gitlab.com/christianbundy/ssb-current-events.git
cd ssb-current-events
npm ci
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.
Please open an issue for support.
Please contribute using Git. Add commit to a branch, and open a merge request.