a37b3e848d6c7257bb81730efed42e57d1d1e0af
- config: add overrideTime for testing (HH:MM string) - state.ts: daily state persistence (reference, lastKnown, sentAt10) - differ.ts: detect text changes and sold-out changes between menu snapshots - logger.ts: append timestamped changes to logs/YYYY-MM-DD.log - index.ts: full cron logic — before 10 log only, at 10 send TG, after 10 send on text change; sold-out always to TG without log; exit after 14:00 - .gitignore: add state/ and logs/ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ogaracheck
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init in bun v1.3.13. Bun is a fast all-in-one JavaScript runtime.
Description
Languages
TypeScript
100%