Forvo API client
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
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))
- 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