Callsign

Performs amateur radio callsign lookup via http://search.ham.io

Installation

Include in your Gemfile

gem 'ham_callsign'

Then perform a lookup

call_info = HamCallsign::lookup "callsign"
Returns a hash of useful things.

or install it yourself as:

$ gem install ham_callsign

Usage

$ callsign [callsign-to-lookup]

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request