Example of using handshakejs-script with a ruby Sinatra app.
You can view it in action here.
Create an account at http://handshakejs-signup.herokuapp.com/.
git clone https://github.com/handshakejs/handshakejs-example-ruby.git
cd handshakejs-example-ruby
cp .env.example .env
Edit the contents of .env, then run the following.
bundle
bundle exec foreman start
Visit http://localhost:5000 in your browser.
Create an account at http://handshakejs-signup.herokuapp.com/.
git clone https://github.com/handshakejs/handshakejs-example-ruby.git
cd handshakejs-example-ruby
heroku create
heroku config:set SALT=your_salt
heroku config:set APP_NAME=your_app_name
git push heroku master