Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 713 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 713 Bytes

RSS Reader

Just playing around to see how hard it would be to make an RSS reader with React.

Screenshot

Turns out, it's not that hard at all!

That's what she said

Wanna try it out? OK.

  • Clone this repo
  • Run npm install
  • Run yarn start

Maybe I'll do something more with this later. Maybe not. Probably not.

Uses rss-parser to parse RSS feeds and CORS anywhere to get around XHR bullshit issues.

This project was bootstrapped with Create React App.