@containertechnology/gx
v0.0.3
Published
gx returns gm, ge, or gn for respective parts of day, based on a provided date and timezone.
Downloads
13
Readme
gx
Seamlessly integrate a saying hi in #general functionality into any project
API
Complete API Documentation
Usage
npm install @containertechnology/gx --save
or yarn add @containertechnology/gx
import gx from '@containertechnology/gx';
const TIMEZONE = 'America/Vancouver';
const time = new Date();
const hi = gx(time, TIMEZONE);
console.log(hi);