Sha256: 99c8acc98a6955bae6264789f8965ceb9195ed9d62e98cfb91a32d58a893c675

Contents?: true

Size: 599 Bytes

Versions: 2

Compression:

Stored size: 599 Bytes

Contents

# GoogleTZ
##### Get timezone information for a location from the [Google Timezone API](https://developers.google.com/maps/documentation/timezone/) using the locations latitude, longitude, and optionally a timestamp, sensor, and language.

## Installation
	
	gem install google_tz

## Usage
	
	require 'google_tz'

	# Lookup timezone information on a location using latitude and longitude.
	GoogleTZ.lookup(39.7392, -104.9847)

	# Lookup timezone infomration on a location using latitude, longitude, timestamp, and language
	GoogleTZ.lookup(39.7392, -104.9847, timestamp: 1377891332, language: "es")

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
google_tz-0.3.0 README.md
google_tz-0.2.1 README.md