Domainsbot
Simple Ruby API for http://domainsbot.com
Installation
Add this line to your application's Gemfile:
gem 'domainsbot'
And then execute:
$ bundle
Or install it yourself as:
$ gem install domainsbot
Usage
require 'domainsbot'
Domainsbot.api_key = 'MY_API_KEY'
Domainsbot.suggest(q: 'my-fancy-domain-name.com')
Suggest will add all the options passed to it as query params in the request
Contributing
- Fork it ( http://github.com/
/domainsbot/fork ) - Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request