All Projects → fallaciousreasoning → progrssive

fallaciousreasoning / progrssive

Licence: GPL-3.0 license
A PWA for reading RSS feeds. It works offline!

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to progrssive

Feed Io
A PHP library to read and write feeds in JSONFeed, RSS or Atom format
Stars: ✭ 200 (+769.57%)
Mutual labels:  atom, rss
JARR
JARR is a web news aggregator.
Stars: ✭ 99 (+330.43%)
Mutual labels:  atom, rss
V2
Minimalist and opinionated feed reader
Stars: ✭ 3,239 (+13982.61%)
Mutual labels:  atom, rss
Feed Module
Everyone deserves RSS, ATOM and JSON feeds!
Stars: ✭ 182 (+691.3%)
Mutual labels:  atom, rss
feedspora
FeedSpora posts RSS/Atom feeds to your social network accounts.
Stars: ✭ 31 (+34.78%)
Mutual labels:  atom, rss
Brief
RSS reader extension for Firefox
Stars: ✭ 184 (+700%)
Mutual labels:  atom, rss
Pushl
Push notification adapter for feeds
Stars: ✭ 25 (+8.7%)
Mutual labels:  atom, rss
Posidonlauncher
a one-page homescreen with a news feed
Stars: ✭ 163 (+608.7%)
Mutual labels:  atom, rss
laminas-feed
Consume and generate Atom and RSS feeds, and interact with Pubsubhubbub.
Stars: ✭ 97 (+321.74%)
Mutual labels:  atom, rss
TIFeedParser
RSS Parser written in Swift
Stars: ✭ 18 (-21.74%)
Mutual labels:  atom, rss
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 (+682.61%)
Mutual labels:  atom, rss
vuepress-plugin-feed
RSS, Atom, and JSON feeds generator plugin for VuePress 1.x
Stars: ✭ 46 (+100%)
Mutual labels:  atom, rss
Pluto
pluto gems - planet feed reader and (static) website generator - auto-build web pages from published web feeds
Stars: ✭ 174 (+656.52%)
Mutual labels:  atom, rss
Gorss
Go Terminal Feed Reader
Stars: ✭ 191 (+730.43%)
Mutual labels:  atom, rss
Node Feedsub
Subscribes to RSS/Atom/JSON feeds and notifies on new items.
Stars: ✭ 170 (+639.13%)
Mutual labels:  atom, rss
osmosfeed
Turn GitHub into an RSS reader
Stars: ✭ 839 (+3547.83%)
Mutual labels:  rss, feedly
Feedparser
feedparser gem - (universal) web feed parser and normalizer (XML w/ Atom or RSS, JSON Feed, HTML w/ Microformats e.g. h-entry/h-feed or Feed.HTML, Feed.TXT w/ YAML, JSON or INI & Markdown, etc.)
Stars: ✭ 156 (+578.26%)
Mutual labels:  atom, rss
Leed
Leed (contraction de Light Feed) est un agrégateur RSS libre et minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive.
Stars: ✭ 160 (+595.65%)
Mutual labels:  atom, rss
atomex
🌊 Elixir RSS/ATOM feed builder with a focus on standards compliance, security and extensibility
Stars: ✭ 38 (+65.22%)
Mutual labels:  atom, rss
feed2email
RSS/Atom feed updates in your email
Stars: ✭ 37 (+60.87%)
Mutual labels:  atom, rss

Progrssive is a Progressive Web App for reading RSS feeds (hence the name: ProgRSSive). It's built in such a way that it works entirely offline.

A live version is available at https://readr.nz/

Progrssive installed as a PWA on desktop

Installing

Currently not all browsers support installing PWAs. I've collected some of the ones that do here:

  • Firefox - Android only, last I checked
  • Chrome
  • Edge
  • Safari - Disclaimer: I've never tested this on Safari, so it's highly likely it won't work.

Developing

  1. Clone the repository

    git clone https://github.com/fallaciousreasoning/progrssive.git
    
  2. Install packages

     npm i
    
  3. Start the development server.

     npm run start
    

    by default, Progrssive will be available on http://localhost:8080

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

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].