Grabs HackerNews's latest "Who is Hiring" story and parse all comments to search which company is hiring remotely.
Because I'm currently (June 2015 April 2016) looking for a remote job and it's hard to parse that page manually, so I created this 15-minutes program to help me remove the comments that don't mention the word "remote"
npm install
node index.js --output=OUTPUT_FILE
A basic HTML File will be generated with only the comments that mention the word "Remote". Sometimes a comment will say "[...] no remote allowed [...]" I'll try to improve the parser!
--month <MM YYYY>
will search the thread for the specified month and year