Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murtuzaalisurti/rssed
a collection of dev rss feeds :)
https://github.com/murtuzaalisurti/rssed
astro postgresql typescript
Last synced: 5 days ago
JSON representation
a collection of dev rss feeds :)
- Host: GitHub
- URL: https://github.com/murtuzaalisurti/rssed
- Owner: murtuzaalisurti
- License: mit
- Created: 2023-10-21T12:01:24.000Z (about 1 year ago)
- Default Branch: netlify
- Last Pushed: 2024-08-03T07:37:49.000Z (3 months ago)
- Last Synced: 2024-08-04T07:25:01.403Z (3 months ago)
- Topics: astro, postgresql, typescript
- Language: Astro
- Homepage: https://rssed.netlify.app/
- Size: 1.01 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# rssed
a collection of dev rss feeds :)
> built with ❤️ by [Murtuzaali Surti](https://murtuzaalisurti.github.io) for fun.
## Local Development
- Clone the project — `git clone https://github.com/murtuzaalisurti/rssed.git`
- Install dependencies — `npm i`
- Run it — `npm run dev` — and access it on `localhost:3000`## Contribute
- If you find any interesting developer focused blogs or resources, create an [issue](https://github.com/murtuzaalisurti/rssed/issues/new?assignees=&labels=&projects=&template=add-a-new-feed.md&title=%5BFEED%5D%3A+) for the new RSS feed that you want to add.
- You can add their RSS feeds in this project by following below steps *after cloning the project*:
- Run `npm run add-feed`
- Paste the feed url. You can also add multiple feed urls separated by a comma (,).
- Once reviewed, you can raise a PR and mention the required details.
- This project re-builds every day, so you might be able to see your feed addition soon.> this project uses [@rbren](https://github.com/rbren/rss-parser)'s rss parser to parse the feeds.