Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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