Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparanoid/rsshub-json
RSSHub JSON Mode
https://github.com/sparanoid/rsshub-json
api json rss rsshub
Last synced: about 21 hours ago
JSON representation
RSSHub JSON Mode
- Host: GitHub
- URL: https://github.com/sparanoid/rsshub-json
- Owner: sparanoid
- Created: 2022-05-26T19:11:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T20:24:59.000Z (10 months ago)
- Last Synced: 2024-04-15T00:16:14.976Z (10 months ago)
- Topics: api, json, rss, rsshub
- Language: JavaScript
- Homepage:
- Size: 290 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSSHub JSON Mode
RSSHub but in JSON format.
- [Docker Hub](https://hub.docker.com/r/sparanoid/rsshub-json)
- [ghcr.io](https://github.com/users/sparanoid/packages/container/package/rsshub-json)## Usage
Run with Docker:
```fish
docker run --rm --init -p 1200:1200 \
-e "CACHE_TYPE=memory" \
-e "CACHE_EXPIRE=3" \
-e "CACHE_CONTENT_EXPIRE=5" \
sparanoid/rsshub-json:local
```All the [environment variables](https://docs.rsshub.app/en/install/#configuration-3) can be inherited from the original project.
## License
MIT