Companion applications for the blog post on building a Ruby API wrapper using Virtus & Typhoeus
http://www.nickdesteffen.com/blog/ruby-api-wrapper-using-virtus-and-typhoeus
To start:
cd api
bundle install
bundle exec rails s -p 3001
To start:
cd client
bundle install
bundle exec rails s
Visit: http://localhost:3000