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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

129376d · Sep 25, 2024

History

26 Commits
Jan 26, 2024
Aug 20, 2023
Aug 20, 2023
Aug 20, 2023
Aug 20, 2023
Aug 20, 2023
Aug 20, 2023
Aug 20, 2023
Aug 20, 2023
Sep 25, 2024
Aug 12, 2024

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