This is a webapp that allows to view JSON feeds. See it in action here: https://json-feed-viewer.herokuapp.com/
The app was tested on the following configuration:
- Ubuntu 16.04
- npm 3.8.9
- Node v6.2.0
- Redis 3.2.9
Install a local Redis server by following these instructions.
git clone https://github.com/maximevaillancourt/json-feed-viewer.git
cd json-feed-viewer && npm install
npm start
The app is currently "Heroku deployment"-ready. Feel free to deploy it through other means.
Simply fork this repo, then create a new pull request. Thanks for contributing! :)
- feed2json.org - Used to convert RSS & Atom feeds into JSON
- Node - JavaScript runtime based on Chrome's V8
- Express - Minimalist web framework
- Bootswatch - Free themes for Bootstrap
- Maxime Vaillancourt - Initial work - maximevaillancourt
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Andrew Chilton (@andychilton) for developing feed2json.org
- John Gruber (@gruber) for the initial exposure
- Manton Reece (@manton2) & Brent Simmons (@brentsimmons) for writing out the initial JSON Feed spec