https://github.com/pcboy/rforvo
Tiny gem to get the pronounciation of a word from forvo.com
https://github.com/pcboy/rforvo
Last synced: about 1 year ago
JSON representation
Tiny gem to get the pronounciation of a word from forvo.com
- Host: GitHub
- URL: https://github.com/pcboy/rforvo
- Owner: pcboy
- License: other
- Created: 2013-04-21T11:08:14.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T08:56:18.000Z (over 8 years ago)
- Last Synced: 2025-02-12T15:17:37.407Z (over 1 year ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://travis-ci.org/pcboy/rforvo)
# Rforvo
RForvo use scrapping to get word pronunciations from forvo.com
## Installation
Add this line to your application's Gemfile:
gem 'rforvo'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rforvo
## Usage
TODO: Write usage instructions here
## 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