Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahonn/ihrss
Indie Hackers RSS
https://github.com/ahonn/ihrss
cloudflare-worker indiehackers rss
Last synced: about 1 month ago
JSON representation
Indie Hackers RSS
- Host: GitHub
- URL: https://github.com/ahonn/ihrss
- Owner: ahonn
- License: mit
- Created: 2023-08-09T09:39:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-12T00:19:27.000Z (11 months ago)
- Last Synced: 2024-04-14T10:41:57.652Z (8 months ago)
- Topics: cloudflare-worker, indiehackers, rss
- Language: TypeScript
- Homepage: https://ihrss.io
- Size: 37.8 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Indie Hackers RSS
[ihrss.io](https://ihrss.io) provides users to access the latest and most popular stories from [Indie Hackers](https://www.indiehackers.com) in RSS format.
> RSS updates are not real-time, they are updated every ten minutes to minimize the impact on the Indie Hackers website.
## Feeds
### Based on Homepage
```
https://ihrss.io/:type
```- Organic Stories: `https://ihrss.io/organic`
- Featured Stories: `https://ihrss.io/featured`
- Newest Stories: `https://ihrss.io/newest`### By Group
```
https://ihrss.io/group/:name
```#### Popular groups:
- Building in Public: `https://ihrss.io/group/building-in-public`
- Growth: `https://ihrss.io/group/growth`
- 12 Startups in 12 Months: `https://ihrss.io/group/12-startups-in-12-months`### By Time
```
https://ihrss.io/top/(today|week|month|all-time)
```- Today: `https://ihrss.io/top/today` (Equivalent to the entire homepage feed)
- This Week: `https://ihrss.io/top/week`
- This Month: `https://ihrss.io/top/month`
- All Time: `https://ihrss.io/top/all-time`## Contribution
If you have suggestions or find any issues, please open an issue on GitHub or submit a pull request.
## Colophon
ihrss.io is powered by Node.js and hosted on [Cloudflare Worker](https://workers.cloudflare.com).
## License
This project is licensed under the MIT License. For more details, see the [LICENSE](LICENSE) file.