A simple web-based application to save articles and read them later.
Install Node.js
Grab a parser API key at readability.com/developers/api
and set your key in the READABILITY_PARSER_KEY setting of the .env.example file.
$ cd artus/
$ npm install
$ cp .env.example .env
$ npm run startGo to localhost:3000
