Chrome extension that utilizes the Domainr API. Allows you to search & purchase domains super quickly.
You'll need to have Node and Gulp installed.
Set your DOMAINR_CHROME_API_KEY environment variable. For instance, in the Mac terminal (assuming bash):
export DOMAINR_CHROME_API_KEY=foo
npm installto install dependenciesgulp buildto build the code.gulp watchto watch the code, building on changes.gulpbuilds + watch, and runs the demo in a webpage.