Skip to content

didww/didww-v3-rails-sample

Repository files navigation

didww-v3-rails-sample

Tests

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

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
rvm use 2.7.7
bundle install
yarn install
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