Skip to content

ramu-r/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.

About

Full-text RSS feeds

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.7%
  • HTML 20.3%