echo_link

Gem Version

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

EchoLink::Scraper.new.links

which returns an Array of Hashes similar to:

</code>

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