Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prathamkandari/web-extension-rss-reader
A custom RSS Reader for the feed of the website https://archiveofourown.org/. Their default feed only shows new works, but not updates. To get the updates, we will have to create our own parser.
https://github.com/prathamkandari/web-extension-rss-reader
Last synced: 8 days ago
JSON representation
A custom RSS Reader for the feed of the website https://archiveofourown.org/. Their default feed only shows new works, but not updates. To get the updates, we will have to create our own parser.
- Host: GitHub
- URL: https://github.com/prathamkandari/web-extension-rss-reader
- Owner: prathamkandari
- Created: 2023-07-27T08:56:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-04T19:40:22.000Z (over 1 year ago)
- Last Synced: 2023-08-04T20:38:49.949Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AO3 RSS Reader - Web Extension
A web extension for accessing the RSS feeds of your favourite tags on AO3
## About The Project
This is a web extension made specifically for the website AO3 , a non-profit website for tranformative works such as fanfiction, fanart, etc.
You could read their RSS feed on a generic RSS reader found all over the internet, but quickly come across a problem. The feed is sorted by the latest published rather than the latest updated. So if you are reading something published, say, a year ago, you won't see the updates on that feed. You either have to go to the website or subscribe and receive updates through mail, both of which are far less convenient than receiving instant notifications through a web extension.
So that is where our role comes in! Since the RSS also gives information about when a work was last updated, we can create a custom RSS parser to display the latest content and package it as a web extension to make it more accessible.
### Built With
* ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
* ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
* ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)