Emails your list tonight’s Omer count each night — full nusach from Hebcal, recipients managed from within Sheetspin.
A nightly cron that emails a subscriber list the Omer count for tonight: the day number, the full English and Hebrew nusach, and the day’s sefira — taken verbatim from the free Hebcal API. Add and remove recipients from within Sheetspin. It runs every night but only sends during the 49 days of the Omer. Recite the bracha and count after nightfall; a reminder email is not a substitute for counting. Finish setup by opening the app URL with ?setup=1.
A background job on a daily trigger — no surface to visit.
Connect Google, configure, and spin it up — it lives in your Drive. No servers, no subscription.
What lands in your Google account
A Drive folder
Holds this app — yours to browse, share, or delete.
A Google Sheet
The app’s database — rows you own.
An Apps Script web app
Deployed as you — a URL plus a daily trigger.
What you configure
- Send time (after nightfall)
- Include the Hebrew nusach
- Include the day’s sefira (e.g. Tiferes sheb’Chesed)
Permissions
Beyond its own Sheet, this app requests script.send_mail, script.external_request, script.scriptapp. You authorize the script once, after it deploys into your account.