While attempting to keep up with the daily reading I frequently found myself without the reading cards. Even though I can download them digitally, being a developer I wanted to try out something different. This worker is the results.
- The reading info is uploaded using the wrangler cli kv:bulk functionality.
- Already uploaded files can be found in the /kv_files/uploaded/ directory.
- Defaults to reading from the KV store todays date values.
- Accepts a query parameter to load readings from other days e.g.
?date=2021-09-01
. - Queries the text from the ESV API and cahces the response to ensure rate limits are note exceeded and response times stay super fast.