https://github.com/domainr/domainr-chrome-old
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 install to install dependenciesgulp build to build the code.gulp watch to watch the code, building on changes.gulp builds + watch, and runs the demo in a webpage.