zipcode-to-timezone
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/zipcode-to-timezone package

0.0.9 • Public • Published

zipcode-to-timezone

Installation

npm install --save zipcode-to-timezone

Usage

var zipcode_to_timezone = require( 'zipcode-to-timezone' );

var tz = zipcode_to_timezone.lookup( '94110' );
console.log( tz ); // America/Los_Angeles

Other info

This project uses the timezone list found here:

https://sourceforge.net/projects/zip2timezone/files/

/zipcode-to-timezone/

    Package Sidebar

    Install

    npm i zipcode-to-timezone

    Weekly Downloads

    26,489

    Version

    0.0.9

    License

    MIT

    Last publish

    Collaborators

    • frenchie4111