Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

zetavg/Feedify

Repository files navigation

Feedify: Full-text RSS feeds

Dependencies

Get full-text RSS feeds from a given data source. Built with Serverless Framework and can be deployed to AWS with a single command.

Setup

  1. Run npm install.
  2. Edit config.yml.

Run

To start the local development server, run:

$ npm start

Deploy

Before the deploy, you'll need to have Serverless Framework with AWS setup, and make sure the configurations in config.yml are what you want.

To deploy to AWS, just run:

$ npm run deploy

And to remove the deployment, use:

$ npm run remove

Check out the Serverless AWS Lambda CLI Reference for more information.