This repo is a minimal implementation of a GitHub Pages site that periodically queries a JSON API and stores the most recent successful query. This is intended to be used as a layer of redundancy for systems that use unreliable APIs.
- Update the request URL by editing
config.json
- Change the update frequency by editing the cron timing in
./github/workflows/python-app.yml
- Enable GitHub Pages in the repository settings
- This currently only works for applications where the response is of type
application/json; utf-8