RSSHub but in JSON format.
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.
MIT