This is an example application to demonstarte how to use 'wavelabs_client_api' library using Ruby On Rail framework.
Gemfile contains all the required gems list. No need to worry about gems list 'bundle install' will install all the gems. Live application is available on heroku https://wavelabs-rails-client-api.herokuapp.com
-
Ruby 2.2.3
-
Rails 4.2.4
You can install required versions of ruby, rails & gemsets using rvm(ruby version manager)
After installing Ruby & Rails from console use following commands:
$>git clone https://github.com/nbostech/wavelabs-rails-client-api.git
$>cd wavelabs-rails-client-api
$>bundle install
$>rails server
Open the link http://localhost:3000 in any browser.Now you are ready to use the web application.
Bug reports and pull requests are welcome on GitHub at https://github.com/nbostech/wavelabs-rails-client-api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.