Home > getchute

getchute

Getchute is a project mainly written in Ruby, it's free.

Integrate Chute API

Installation and Setup:

  1. Add to Gemfile

gem install chute

  1. Add configuration file 'config/chute.rb' with the following details:

API_URL = "ADD API URL HERE" API_KEY = "ADD ACCESS TOKEN HERE"

Previous:SoftShake2011