gettimeofday-by-zipcode

1.0.9 • Public • Published

what is this?

Get daytime and nighttime based on the zipcode

Installation

   npm install gettimeofday-by-zipcode
   npm install moment-timezone
   npm install zipcode-to-timezone
const timeOfTheday = require('gettimeofday-by-zipcode');
const ZIP_CODE = "01850";

timeOfTheday.getTimeofTheDays(ZIP_CODE);

Description

The code above will return either a daytime or nighttime depending on the current time of the zipcode.

Package Sidebar

Install

npm i gettimeofday-by-zipcode

Weekly Downloads

3

Version

1.0.9

License

ISC

Unpacked Size

4.32 kB

Total Files

4

Last publish

Collaborators

  • darayuthhang