gettimeofday-by-zipcode
v1.0.9
Published
Get daytime and nighttime based on the zipcode
Downloads
5
Maintainers
Readme
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.