GithubHelp home page GithubHelp logo

frostcube / just-rss Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 604 KB

A simple RSS reader made with TypeScript, Angular and Ionic

License: GNU Affero General Public License v3.0

Java 0.71% TypeScript 86.21% Swift 1.66% Ruby 0.58% JavaScript 0.78% HTML 8.40% SCSS 1.66%
android ios rss-reader rss-reader-android rss-reader-ios typescript

just-rss's Introduction

Just RSS

Just RSS was created so that people would have a RSS client that could run on their smart phone. Designed for people with less than 50 feeds but still want to use RSS without self hosting or a subscription (You can add more feeds, it may just be slow depending on your phone).

Core pillars:

  • Open Source (Yah!)
  • All processing done on-device
  • No Ads
  • No Subscription
  • Distraction free

The intention is to keep Just RSS a simple app with as few features as possible, however the open source nature means that you are able to fork it and add your dream feature if that's what you want and that's cool too.

Beta Access

Google PlayTestflight

Just RSS Feed Page

Developer Getting Started

npm install -g @ionic/cli native-run cordova-res
npm install -g @angular/cli

Building

Web

The local proxy currently re-writes address such as https://www.theverge.com/ and makes them available with debugging CORS headers and then remaps them to local address. For instance the verge is available here: http://localhost:8100/verge

Command to run with proxy enabled for debugging:

ionic serve -- --proxy-config proxy.conf.json

RSS local feeds:

http://localhost:8100/polygon/rss/index.xml
http://localhost:8100/verge/rss/index.xml

Android and iOS

To rebuild assets (icon and splash screen) run:

npx capacitor-assets generate

For naming details see the relevant Capacitor Guide

Sync web bundle (www) to platform:

ionic cap copy

Changes to native plugins:

ionic cap sync

Android

Open project in Android Studio:

ionic cap open android

iOS

Open project in XCode:

ionic cap open ios

RSS Feed Samples

https://derme.coffee/index.xml
https://news.ycombinator.com/rss
https://www.polygon.com/rss/index.xml
https://www.theverge.com/rss/index.xml
https://feeds.megaphone.fm/vergecast

just-rss's People

Contributors

derme302 avatar

Stargazers

 avatar Alwin Wang avatar  avatar

Watchers

 avatar

Forkers

derme302

just-rss's Issues

Native RSS Parser

Older devices are a bit slow with downloading feeds, if needed consider a custom capacitor plugin that replaces the JavaScript RSSParser library.

Historical Feed Support

Instead of wiping the feed clean each refresh, keep the most recent articles as long as it doesn't exceed the configurable feed limit.

Roadmap for Open Beta

Currently the app is in open beta, this is a non-exhaustive list of items that need to be completed before removing the beta label.

Global App

  • Profile Performance and Review
  • #8

Feed

List

  • Top news/Focus News
  • Natural groups for articles
    • Trending topics? With only on-device processing
  • Tag support
  • Easy to read, nice font, configurable?
  • Allow for different configuration of time. Date vs How long ago (e.g. 2 hrs ago)

Preview

  • Easier next/previous article navigation on source preview

Sources

  • #3
  • Combine search and add buttons
  • Implement modal for source config
  • More suggested sources
  • Break feed into a sub-component for the list of entries

Saved

  • Use feed sub-component for entries

International Support

Tracking better international support.

  • Include more time zones #31
  • Include international suggested sources
  • Consider breaking apart countries and languages

HTTP Support

Currently the parser doesn't support http links.

Example feed:

Currently the plan is to leave this unfixed as browsers like Firefox are moving to https only and adding support for this would require making a security exception in the capacitor config.

Improve Onboarding Experience

  • For onboarding, landing page should be sources
  • Feed should auto refresh when there are no entries
  • Suggest maybe a “last updated” for main feed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.