This repository holds my Cloudflare Worker that's hooked into an e-mail target to perform the following:
- Upload the flight to SportsTrackLive
- Upload the flight to my Logbook
- Trigger a publish of my Website
You can populate the SportsTrackLive config in ./src/test/env.mjs
note to scott: Look in your bitwarden
Then you can test using:
npm run start
npx wrangler deploy
You can tail logs by using
npx wrangler tail