Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 252 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 252 Bytes

Medium RSS Export

This repo holds the code to export the medium blog from the RSS feed and parses it into JSON

yarn

then

node -e 'require("./post-demo").init()'

or, to start a local server with RSS content:

node demo.js