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.
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" }
- If necessary, install dev tools (for example, with
sudo yum install "development tools") wget http://download.redis.io/redis-stable.tar.gztar xvzf redis-stable.tar.gzcd redis-stablemake && redis-server
npm install -g feedreader-apifeedreader-api --aws-config aws-config.json
The API is running at api.feedreader.co