Skip to content
bmalets edited this page Jul 20, 2015 · 3 revisions
  1. Create google app for your project to use Google API.
  2. Enable Geocoding API and TimeZone API access for your google app.
  3. Get API_KEY from settings of your google app (something like "AIzaSyCqfXRRJ1d8mCS_I0Kcs4XnaZ9KYRUrJVE").
  4. Set up your google app for work (in development mode usage of API is limited: only 2500 requests per day)
  5. Add this line to your application's Gemfile:
gem 'which_time'

And then execute:

$ bundle

Manually:

gem install which_time

Clone this wiki locally