Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 293 Bytes

File metadata and controls

17 lines (9 loc) · 293 Bytes

Sinatra Singly example

Example app using the Singly API with Sinatra (Ruby).

Usage

bundle install

gem install shotgun
  
export SINGLY_ID=<your Singly app ID>
export SINGLY_SECRET=<your Singly app secret>

shotgun -p 4567 lib/application.rb

Now visit http://lvh.me:4567.