HN Follow – Follow your friends on HN

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.

Usage

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", ]);

Migrated from folder: IMPORTANT/HNFollowApp/hnFollowApp