Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.13 KB

README.md

File metadata and controls

13 lines (9 loc) · 1.13 KB

The Axis Church Reading Plan Worker

Deploy Better Uptime Badge

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.

Features

  • The reading info is uploaded using the wrangler cli kv:bulk functionality.
  • 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.