Socket
Socket
Sign inDemoInstall

zipcode-to-timezone

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    zipcode-to-timezone

Converts a timezone to a zipcode


Version published
Weekly downloads
23K
increased by16.53%
Maintainers
1
Install size
664 kB
Created
Weekly downloads
 

Readme

Source

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/

Keywords

FAQs

Last updated on 27 Jun 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc