Skip to content

senid231/didww-v3-rails-sample

 
 

Repository files navigation

didww-v3-rails-sample

This is a simple Rails app demonstrating didww-v3 gem integration.

For details on obtaining your DIDWW API key please visit https://doc.didww.com/api#introduction-api-keys

See it running live at http://didww-v3-rails-sample.herokuapp.com or Fork it

Running Locally

Make sure you have Ruby, Bundler and the Heroku Toolbelt installed.

git clone git@github.com:didww/didww-v3-rails-sample.git # or clone your own fork
cd didww-v3-rails-sample
bundle
heroku local

Your app should now be running on localhost:5000.

Deploying to Heroku

heroku create
git push heroku master
heroku open

Alternatively, you can deploy your own copy of the app using the web-based flow:

Deploy to Heroku

Documentation

For more information about using Ruby on Heroku, see these Dev Center articles:

About

Rails didww-v3 gem integration sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 45.6%
  • HTML 44.3%
  • CoffeeScript 6.3%
  • JavaScript 2.3%
  • CSS 1.5%