val_town1
NewBlogPostNotifierForBlogsWithoutRSSOrEmail
Get emailed if Steve Krouse or Russel Power have a new post!
Public
LikeNewBlogPostNotifierForBlogsWithoutRSSOrEmail
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v15View latest version
Emails you when https://stevekrouse.com/ publishes a new essay.
- A cron run fetches the homepage and parses the
Essayssection. - It stores the latest essay ID in Val Town Blob Storage (
steve_krouse_latest_essay_v1). - It only sends an email when the top essay changes.
- First run initializes state and does not send an email.
- Subsequent runs send one email per newly detected essay.
- This val is cron-only (no manual HTTP trigger).