echo_link
Retrieve information from the EchoLink network, such as link status and logins.
The EchoLink is a network of amateur radio repeaters and software clients that are linked together across regions via the Internet using VoIP. The EchoLink allows people to make contact with others across the world without needing long distance (DX) equipment and licenses.
Installation
Add this line to your application's Gemfile:
gem 'echo_link'
And then execute:
$ bundle
Or install it yourself as:
$ gem install echo_link
Usage
Get links
EchoLink::Scraper.new.links
which returns an Array
of Hash
es similar to:
</code>
Contributing
- Fork it
- 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