Skip to content

Time zone lookup by country, region, and city for those times when latitude/longitude coordinates just aren’t available 🚀

License

Notifications You must be signed in to change notification settings

next-tms/place_kit

Repository files navigation

PlaceKit

Time zone lookup by country, region, and city for those times when latitude/longitude coordinates just aren’t available 🚀

Installation

Using bundler, add to the Gemfile:

gem 'place_kit'

Or standalone:

$ gem install place_kit

Standard Usage

require 'place_kit'

PlaceKit.lookup('US', 'CA', 'Los Angeles')

# Case insensitive
PlaceKit.lookup('us', 'CA', 'los Angeles')

# Symbols work too
PlaceKit.lookup(:US, :CA, :Los_Angeles) # Symbols

About

Time zone lookup by country, region, and city for those times when latitude/longitude coordinates just aren’t available 🚀

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages