a collection of dev rss feeds :)
built with ❤️ by Murtuzaali Surti for fun.
- Clone the project —
git clone https://github.com/murtuzaalisurti/rssed.git
- Install dependencies —
npm i
- Run it —
npm run dev
— and access it onlocalhost:3000
- If you find any interesting developer focused blogs or resources, create an issue 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 (,).
- Run
- 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's rss parser to parse the feeds.