/romanian-dictionary-api

Romanian Dictionary API

Primary LanguageRuby

Romanian Dictionary API

Build Status Code Climate

Romanian Dictionary API based on - https://dexonline.ro/

Online

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

Tests

rspec

API Documentation

Documentation can be found at docs/api/index.html

rake docs:generate

Contributing

  1. Fork it ( http://github.com/franzejr/romanian-dictionary-api/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 new Pull Request