sparanoid / rsshub-json

RSSHub JSON Mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSSHub JSON Mode

RSSHub but in JSON format.

Usage

Run with Docker:

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 can be inherited from the original project.

License

MIT

About

RSSHub JSON Mode


Languages

Language:TypeScript 39.1%Language:JavaScript 34.1%Language:HCL 18.4%Language:Dockerfile 8.4%