Romanian Dictionary API based on - https://dexonline.ro/
You can check the API on Heroku:
https://romanian-dictionary-api.herokuapp.com/api/v1/words/
For example:
https://romanian-dictionary-api.herokuapp.com/api/v1/words/astazi
rspec
Documentation can be found at docs/api/index.html
rake docs:generate
- Fork it ( http://github.com/franzejr/romanian-dictionary-api/fork )
- 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