Wendigooor / forvo-api-client

Forvo API client: http://api.forvo.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ForvoApiClient

Code Climate

Forvo API client

Installation

Add this line to your application's Gemfile:

gem 'forvo_api_client'

And then execute:

$ bundle

Or install it yourself as:

$ gem install forvo_api_client

Usage

forvo_api = ForvoApiClient::Client.new(API_KEY)
forvo_api.word_pronunciations('word', options)
# Wrap response items into objects:
forvo_api.word_pronunciations('word', options.merge(:wrap_into_objects => true))

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

About

Forvo API client: http://api.forvo.com/

License:MIT License


Languages

Language:Ruby 100.0%