All Projects â†’ maximevaillancourt â†’ json-feed-viewer

maximevaillancourt / json-feed-viewer

Licence: MIT license
The world's first JSON feed viewer 🥇

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to json-feed-viewer

Liferea
Liferea (Linux Feed Reader), a news reader for GTK/GNOME
Stars: ✭ 612 (+1430%)
Mutual labels:  atom, rss, rss-reader
vuepress-plugin-feed
RSS, Atom, and JSON feeds generator plugin for VuePress 1.x
Stars: ✭ 46 (+15%)
Mutual labels:  atom, rss, json-feed
Feedkit
An RSS, Atom and JSON Feed parser written in Swift
Stars: ✭ 895 (+2137.5%)
Mutual labels:  atom, rss, rss-reader
rss-button-for-safari
Safari web extension for news feed discovery of RSS, Atom, JSON Feed & RDF+RSS.
Stars: ✭ 16 (-60%)
Mutual labels:  atom, rss, json-feed
Gorss
Go Terminal Feed Reader
Stars: ✭ 191 (+377.5%)
Mutual labels:  atom, rss, rss-reader
baRSS
Menu Bar RSS reader for macOS
Stars: ✭ 39 (-2.5%)
Mutual labels:  atom, rss, rss-reader
tidyRSS
An R package for extracting 'tidy' data frames from RSS, Atom, JSON and geoRSS feeds
Stars: ✭ 62 (+55%)
Mutual labels:  rss, json-feed, jsonfeed
bubo-rss
An irrationally minimalist, static RSS feed reader you can instantly deploy on Netlify, Glitch or your own server.
Stars: ✭ 41 (+2.5%)
Mutual labels:  rss, rss-reader, json-feed
simplepie-ng
Don't use this yet.
Stars: ✭ 41 (+2.5%)
Mutual labels:  atom, rss, jsonfeed
Feedreader
C# RSS and ATOM Feed reader library. Supports RSS 0.91, 0.92, 1.0, 2.0 and ATOM. Tested with multiple languages and feeds.
Stars: ✭ 180 (+350%)
Mutual labels:  atom, rss, rss-reader
webfeed
A dart package for parsing RSS & Atom feed
Stars: ✭ 92 (+130%)
Mutual labels:  atom, rss, rss-reader
FeedReader
C# RSS and ATOM Feed reader library. Supports RSS 0.91, 0.92, 1.0, 2.0 and ATOM. Tested with multiple languages and feeds.
Stars: ✭ 221 (+452.5%)
Mutual labels:  atom, rss, rss-reader
django-feed-reader
An RSS/Atom/JSONFeed reading + storing library for Django
Stars: ✭ 21 (-47.5%)
Mutual labels:  atom, rss, jsonfeed
buran
Bidirectional, data-driven RSS/Atom feed consumer, producer and feeds aggregator
Stars: ✭ 27 (-32.5%)
Mutual labels:  atom, rss, rss-reader
Netnewswire
RSS reader for macOS and iOS.
Stars: ✭ 5,105 (+12662.5%)
Mutual labels:  rss, rss-reader, json-feed
Gofeed
Parse RSS, Atom and JSON feeds in Go
Stars: ✭ 1,762 (+4305%)
Mutual labels:  atom, rss, jsonfeed
Pluto
pluto gems - planet feed reader and (static) website generator - auto-build web pages from published web feeds
Stars: ✭ 174 (+335%)
Mutual labels:  atom, rss, rss-reader
V2
Minimalist and opinionated feed reader
Stars: ✭ 3,239 (+7997.5%)
Mutual labels:  atom, rss, jsonfeed
reader
A Python feed reader library.
Stars: ✭ 290 (+625%)
Mutual labels:  rss, rss-reader, json-feed
laminas-feed
Consume and generate Atom and RSS feeds, and interact with Pubsubhubbub.
Stars: ✭ 97 (+142.5%)
Mutual labels:  atom, rss

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].