get rss feed from (url)[https://www.reddit.com/.rss]
* Node.js v14.15.4+
* Npm
clone the repo
https://github.com/sharanraj124/rss-api.git
cd rss-api
npm install
npm run start
- I used mongodb as a Databse platform in mongocloud.
If can you use local mongodb modify the Database configuration.
Access the api using heroku link.
https://rss-feedapi.herokuapp.com/
- Get transctions for your wallet:
curl https://rss-feedapi.herokuapp.com/search/?key="keyword"
- Get transctions for your wallet:
curl http://localhost:5500/search/?key="keyword"