Public
Like
3
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
At the lowest level it is powered by 3
main scripts, which are invoked by a scheduled cron job that runs daily
- scraper Goes to bytes.dev and scrapes latest published newsletter
- inserter Insert it to SQLite if this newsletter already not exists
- notifier Uses Pushover API to send ios mobile notifications
Migrated from folder: bytesnotify/poller