-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
bmalets edited this page Jul 20, 2015
·
3 revisions
- Create google app for your project to use Google API.
- Enable
Geocoding APIandTimeZone APIaccess for your google app. - Get API_KEY from settings of your google app
(something like
"AIzaSyCqfXRRJ1d8mCS_I0Kcs4XnaZ9KYRUrJVE"). - Set up your google app for work (in development mode usage of API is limited: only 2500 requests per day)
- Add this line to your application's Gemfile:
gem 'which_time'
And then execute:
$ bundle
Manually:
gem install which_time