Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arguablykomodo/easy-rss
A simple, easy to use RSS reader extension for Firefox
https://github.com/arguablykomodo/easy-rss
rss-reader webextension
Last synced: about 2 months ago
JSON representation
A simple, easy to use RSS reader extension for Firefox
- Host: GitHub
- URL: https://github.com/arguablykomodo/easy-rss
- Owner: arguablykomodo
- License: mpl-2.0
- Created: 2017-10-12T02:56:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T06:03:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T15:03:30.856Z (2 months ago)
- Topics: rss-reader, webextension
- Language: TypeScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/easy-rss/
- Size: 533 KB
- Stars: 13
- Watchers: 0
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy RSS
Are you an avid consumer of internet media? Are you frustrated by the lack of a
consistent way of getting notifications for the content that you love? If you
answer yes to any of these questions, then RSS feeds are the solution for you!There is _one_ problem i didn't mention...
RSS feeds are an old technology straight from the 90s, and because of that most
RSS readers and managers look like they are from the same era.That's why i made Easy RSS! The RSS manager for the common internet denizen!
This stylish and modern RSS manager takes all the simplicity of the RSS format,
and incorporates it into a modern and stylish design to create an easy to use
but still powerful piece of software.Easy RSS includes features such as:
- Synchronizing your YouTube subscriptions, so you no longer have to worry
about a spooky algorithm controlling what you see.
- Importing and exporting your feeds to and from other RSS readers, so you can
easily adopt Easy RSS, or leave for another RSS reader if you feel like it
(altough I shouldn't tell you that if I want a higher usercount).
- A simple and easy to understand modern UI that makes sure you are never lost
in settings pages and Windows XP-esque dialogs## Building
1. Make sure you have yarn installed
2. Run `yarn install`
3. Run `yarn dist`
4. Enjoy the compiled code in the `dist` folder and the extension .zip file in `web-ext-artifacts`!
5. ...
6. Profit!## Screenshots
![Add Feeds](images/add_feeds.png "Add Feeds")
![Empty Popup](images/empty_popup.png "Empty Popup")
![Full Popup](images/full_popup.png "Full Popup")
![Settings](images/settings.png "Settings")