Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/upes-open/web-extension-custom-rss-reader
This is a web extension made specifically for the website AO3 , a non-profit website for transformative works such as fanfiction, fanart, etc. It allows displaying the feed in a more organised manner.
https://github.com/upes-open/web-extension-custom-rss-reader
rss
Last synced: 3 months ago
JSON representation
This is a web extension made specifically for the website AO3 , a non-profit website for transformative works such as fanfiction, fanart, etc. It allows displaying the feed in a more organised manner.
- Host: GitHub
- URL: https://github.com/upes-open/web-extension-custom-rss-reader
- Owner: upes-open
- License: lgpl-2.1
- Created: 2022-10-07T06:56:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T14:45:25.000Z (almost 2 years ago)
- Last Synced: 2023-04-26T17:43:49.898Z (over 1 year ago)
- Topics: rss
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
AO3 RSS Reader - Web Extension
A web extension for accessing the RSS feeds of your favourite tags on AO3
Table of Contents
## 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)### How to contribute ?
> Star ⭐ and fork the repository...
> Clone the repository on your local machine...
```bash
git clone https://github.com/upes-open/Web-extension-custom-rss-reader
```
Go to the project directory
```bash
cd Web-extension-custom-rss-reader
```> Get assigned yourself the issue you want to contribute.
> Start working on the assigned issue.## Contact
UPES OPEN Community : [Official website](https://upes-open.org/)
Project Link: [https://github.com/upes-open/Web-extension-custom-rss-reader](https://github.com/upes-open/Web-extension-custom-rss-reader)
[contributors-shield]: https://img.shields.io/github/contributors/upes-open/Web-extension-custom-rss-reader.svg?style=for-the-badge
[contributors-url]: https://github.com/upes-open/Web-extension-custom-rss-reader/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/upes-open/Web-extension-custom-rss-reader.svg?style=for-the-badge
[forks-url]: https://github.com/upes-open/Web-extension-custom-rss-reader/network/members
[stars-shield]: https://img.shields.io/github/stars/upes-open/Web-extension-custom-rss-reader.svg?style=for-the-badge
[stars-url]: https://github.com/upes-open/Web-extension-custom-rss-reader/stargazers
[issues-shield]: https://img.shields.io/github/issues/upes-open/Web-extension-custom-rss-reader.svg?style=for-the-badge
[issues-url]: https://github.com/upes-open/Web-extension-custom-rss-reader/issues