1.0.2 • Published 8 years ago

whoishiring v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

Build Status js-standard-style js-strict-standard-style

whoishiring

Search the latest Hacker News Who is Hiring thread using the Algolia search API. Get plain text results in the comfort of the cli, for maximum coziness.

installation

This wants npm.

npm install -g whoishiring

usage

whoishiring my search terms

Here are some example searches:

# search for some tech
whoishiring elixir

# search for some place
whoishiring austin

# get specific
whoishiring java london

# get nostalgic
whoishiring PDP-11 assembler

# get really specific
whoishiring '"some company name"'

notes and caveats

whoishiring tries to find the latest thread posted to Hacker News using a heuristic. It may fail sometime in the future. The title and url of the article being searched is always printed first... and is worth peeking at.

It can be helpful to pass a quoted phrase if one is looking for an exact phrase match. This requires a bit of double quoting alla '"quoting the quotes!"' to pass the quotes themselves in to whoishiring.