Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 305 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 305 Bytes

time-greeting

npm

Get a greeting based on the time of day

const timeGreeting = require('time-greeting');

timeGreeting();
// Good morning

timeGreeting('1970-01-01 21:00:00');
// Good evening