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.
HN Follow lets you follow authors on Hacker News, and get email notifications when they post. It was inspired by alerthn.com and hnreplies.com.
Create a cron val with the a list of the people you want to follow in a JS array, like so:
export const hnFollow = hnFollowApp([
"pg",
"sama",
"geoff",
"stevewoz",
"tlb",
"harj",
"alankay",
"worrydream",
"norvig",
"dalton",
"mwseibel",
"katm",
"brianchesky",
"dang",
]);