# zipcode-to-timezone

> Converts a timezone to a zipcode

Latest version **0.0.9** (published 2017-06-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install zipcode-to-timezone
pnpm add zipcode-to-timezone
yarn add zipcode-to-timezone
bun add zipcode-to-timezone
```

## Health

**Score 23/100 (F)** — status: abandoned.

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.9 |
| Published | 2017-06-27 |
| First published | 2016-03-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/zipcode-to-timezone) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 27 |
| Author | Mike Lyons |
| Maintainers | frenchie4111 |
| Keywords | timezone, zipcode, convert |

## Links

- npm: https://www.npmjs.com/package/zipcode-to-timezone
- Repository: https://github.com/DoubleDor/node-zipcode-to-timezone
- Homepage: https://github.com/DoubleDor/node-zipcode-to-timezone#readme
- Issues: https://github.com/DoubleDor/node-zipcode-to-timezone/issues
- npm.io page: https://npm.io/package/zipcode-to-timezone

## Alternatives

- [@js-joda/timezone](https://npm.io/package/@js-joda/timezone.md) — 383.4K weekly downloads
- [chartjs-adapter-moment](https://npm.io/package/chartjs-adapter-moment.md) — 210.8K weekly downloads
- [strftime](https://npm.io/package/strftime.md) — 171.2K weekly downloads
- [vue-flatpickr-component](https://npm.io/package/vue-flatpickr-component.md) — 115.8K weekly downloads
- [timepicker](https://npm.io/package/timepicker.md) — 51.0K weekly downloads

## Recent versions

- 0.0.9 (latest) — 2017-06-27
- 0.0.8 — 2017-02-23
- 0.0.7 — 2017-02-21
- 0.0.6 — 2016-03-21
- 0.0.5 — 2016-03-21

## README

# 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/
```

---
_Source: https://npm.io/package/zipcode-to-timezone · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
