Project

place_kit

0.0
The project is in a healthy, maintained state
Time zone lookup by country, region, and city for those times when latitude/longitude coordinates just aren’tavailable 🚀
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.6

Runtime

>= 6.0.0, < 7.2
~> 0.0.6
 Project Readme

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