#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.json
with your AWS credentials (used to store articles on S3) - Set
$REDIS_HOST
and$GUMROAD_TOKEN
npm install && npm start
##api.feedreader.co The API is running at api.feedreader.co