RoarSS
RoarSS is a sillily-named RSS client that I'm developing as an experiment sorta thing, see what sorta RSS client I come up with, maybe some day I can host it and ask money for it.
Installation
Requirements
- Linux / macOS
- Node 8 or higher
Setup
$ git clone https://github.com/greduan/roarss
$ cd roarss
$ yarn
$ npx knex init
> Edit the knexfile.js file to match your config.
$ npx knex migrate:latest
$ npx knex seed:run
Usage
$ export PORT=8080 KNEX_ENVIRONMENT=development
$ yarn start
Open http://localhost:8080.
Contributing
I'm not particularly looking for contributions, but thank you.
License
At the moment it's licensed under the ISC license. Check the LICENSE file for
the license text.