readinglist
Project description
Readinglist
Reading list is a service that aims to synchronize a list of articles URLs between a set of devices owned by a same account.
API
Run locally
By default, readinglist persists its records inside a Redis database, so it has to be installed first (see the “Install Redis” section below for more on this).
Once Redis is installed:
make serve
Configuration can be changed to persist everything in memory (not recommended). To do that, conf/readinglist.ini file should have the following config:
readinglist.storage_backend = readinglist.storage.memory
Install Redis
Linux
On debian / ubuntu based systems:
apt-get install redis-server
or:
yum install redis
OS X
Assuming brew is installed, Redis installation becomes:
brew install redis
To restart it (Bug after configuration update):
brew services restart redis
Run tests
make tests
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
readinglist-0.2.zip
(54.9 kB
view hashes)