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 https://didww-v3-demo.herokuapp.com or Fork it
Make sure you have Ruby, Bundler and the Heroku Toolbelt installed.
git clone [email protected]:didww/didww-v3-rails-sample.git # or clone your own fork
cd didww-v3-rails-sample
rvm use 2.7.7
bundle install
yarn install
heroku local
Your app should now be running on localhost:5000.
heroku create
git push heroku master
heroku open
Alternatively, you can deploy your own copy of the app using the web-based flow:
For more information about using Ruby on Heroku, see these Dev Center articles: