lambda-importio
v0.0.6
Published
Export import.io data to rss feeds.
Downloads
32
Maintainers
Readme
lambda-importio
A simple wrapper around import.io rest api and utils for exporting your import.io data sources to rss feeds with AWS lambda.
Quick Start
Install both host and app dependencies
npm i
Dist will generate a .zip file of app with all its dependencies
npm run dist
Test both dev and app
npm test