feedreader.co
v1.0.2
Published
This is what happens at https://feedreader.co
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
- Clone the repository
- Inside the repository, create a file named
aws-config.jsonwith your AWS credentials (used to store articles on S3) - Set
$REDIS_HOSTand$GUMROAD_TOKEN npm install && npm start
##api.feedreader.co The API is running at api.feedreader.co
