This is an example application which integrates directly with the KickoffLabs API.
It uses the Sinatra web framework to host the web page, but you can embed the javascript on any web page.
If you would like to use the API on your own server, check out our other code examples.
- Clone the repository
- Install bundler (gem install bundler)
- bundle install
- shotgun config.ru
- Install the Heroku gem (and follow the setup steps)
- Change the landing page id to match your own landing page
- Commit changes to your local git repository
- User heroku create to create your own app.
- Make any other necessary style/heroku changes
- git push heroku master
Provided under the Do Whatever You Want With This Code License.