bruce / zipcode_to_timezone

Timezone lookup by zipcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZipcodeToTimezone

Lookup timezones from US zip codes

Installation

If available in Hex, the package can be installed by adding zipcode_to_timezone to your list of dependencies in mix.exs:

def deps do
  [{:zipcode_to_timezone, "~> 0.1.0"}]
end

Usage

  ZipcodeToTimezone.get("94105")
  "America/Los_Angeles"

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/zipcode_to_timezone.

About

Timezone lookup by zipcode

License:MIT License


Languages

Language:Elixir 100.0%Language:Shell 0.0%