zip-to-timezone
Advanced tools
Comparing version 1.0.30 to 1.0.31
{ | ||
"name": "zip-to-timezone", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"description": "", | ||
@@ -14,2 +14,7 @@ "main": "index.js", | ||
}, | ||
"keywords": [ | ||
"zipcode", | ||
"timezone", | ||
"US timezone" | ||
], | ||
"author": "Pedro Monier", | ||
@@ -16,0 +21,0 @@ "license": "ISC", |
# zipToTz | ||
Convert zipCode into timezone | ||
Description | ||
Updated list of US zipcodes from trusted source (2020). | ||
Installation | ||
npm install --save zipcode-to-timezone | ||
Usage | ||
import { ZipToTz } from "zip-to-timezone"; | ||
const zipToTz = new ZipToTz(); | ||
const tz = zipToTz.full('33487'); // America/New_York | ||
const tz = zipToTz.short('33487'); // EDT | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1642927
18