Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 425 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 425 Bytes

RSS to JSON API

this uses rss-parser and express and requires node.js

How to setup

git clone https://github.com/nmcc1212/rss-to-json-api.git
cd rss-to-json-api
npm install rss-parser express

How to run

node rss-to-json.js

it currently uses port 50110 but this can be changed on line 6