A tiny RSS client
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
js
lib
migrations
seeds
views
.editorconfig
.gitignore
LICENSE
README.md
package.json
yarn.lock

README.md

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.