hour-to-day-or-night
Convert hour to day or night: 8 → 'day'
Demo: vovanr.github.io/hour-to-day-or-night
Install
npm install --save hour-to-day-or-night
Usage
var hourToDayOrNight = ; ;//=> 'day' ;//=> 'night'
API
hourToDayOrNight(hour)
Returns day
or night
.
hour
Type: number
From 0
to 23
.
License
MIT © Vladimir Rodkin