feedreader-api
v1.0.18
Published
This is what happens at https://api.feedreader.co
Downloads
3
Readme
#Feedreader API This is an API to subscribe to RSS/Atom feeds. Feeds can be organized into folders, and labels can be applied to articles. The folders and labels are stored in Redis. Articles are stored on S3.
Installation
AWS Config
Create a file with your AWS credentials, to store articles on S3. The file will need to be in the format { "accessKeyId": "id", "secretAccessKey": "secret" }
Redis
- If necessary, install dev tools (for example, with
sudo yum install "development tools"
) wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make && redis-server
API
npm install -g feedreader-api
feedreader-api --aws-config aws-config.json
api.feedreader.co
The API is running at api.feedreader.co