0.0.3 • Published 9 years ago

hubot-dnsimple v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Hubot: hubot-dnsimple

A hubot script that checks domain availability via DNSimple.

Build Status npm version

Installation

Add hubot-dnsimple to your package.json file:

"dependencies": {
  ...,
  "hubot-dnsimple": "latest"
}

Add hubot-dnsimple to your external-scripts.json:

["hubot-dnsimple"]

Run npm install hubot-dnsimple

Configuration

  • HUBOT_DNSIMPLE_USERNAME your DNSimple account email
  • HUBOT_DNSIMPLE_API_KEY your DNSimple account api token (see developer.dnsimple.com)

Commands

hubot check domain <domainname>       # returns whether a domain is available
0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago