To support my open-source work, consider adding me on Patreon.
Ruby gem to handle and process international call signs. Currently only handles amateur call signs.
Related: kevinelliott/irlp and kevinelliott/echo_link
Initial release adds support for detection of ITU amateur radio license prefixes.
Add this line to your application's Gemfile:
gem 'call_sign'
And then execute:
$ bundle
Or install it yourself as:
$ gem install call_sign
TODO: Write usage instructions here
- Fork it ( http://github.com/kevinelliott/call_sign/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