Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

maximevaillancourt/json-feed-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f1bc591 Β· Oct 5, 2022

History

56 Commits
May 25, 2019
May 18, 2017
Apr 11, 2018
Jun 2, 2017
Jul 12, 2017
Jun 2, 2017
Oct 5, 2022
May 22, 2017
May 22, 2017
Jun 1, 2017
Jun 1, 2017
Apr 14, 2019
Apr 14, 2019

Repository files navigation

JSON Feed Viewer

This is a webapp that allows to view JSON feeds. See it in action here: https://json-feed-viewer.herokuapp.com/

Getting Started

Prerequisites

The app was tested on the following configuration:

  • Ubuntu 16.04
  • npm 3.8.9
  • Node v6.2.0
  • Redis 3.2.9

0. Install Redis

Install a local Redis server by following these instructions.

1. Clone the repo

git clone https://github.com/maximevaillancourt/json-feed-viewer.git

2. Install dependencies

cd json-feed-viewer && npm install

3. Start the server

npm start

Deployment

The app is currently "Heroku deployment"-ready. Feel free to deploy it through other means.

Contributing

Simply fork this repo, then create a new pull request. Thanks for contributing! :)

Built With

  • 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

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • 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