mobile-rb

Mobile-rb is a new ruby wrapper for the german Mobile.de API. Tests included (but need to be extended).

Installation

gem install mobile-rb

Usage

client = Mobile.configure do |config|
  config.username = "your_username"
  config.password = "your_password"
  # config.api_version = "1.0.0" # Optional
end

Contributing

  1. Fork it ( https://github.com/[my-github-username]/mobile/fork )
  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 a new Pull Request