1.0.0 • Published 4 years ago

minutes-to-midnight v1.0.0

Weekly downloads
22
License
MIT
Repository
github
Last release
4 years ago

Minutes to Midnight

Very small Node/Javascript library with the current time on the Doomsday clock from the Bulletin of the Atomic Scientists.

Usage

$ npm install minutes-to-midnight
const m2m = require('minutes-to-midnight');

m2m.getSeconds(); // 100 (number)
m2m.getMinutes(); // 1 (number)
m2m.getFractionalMinutes(); // 1.6666666666666667 (number)

m2m.getTimeToMidnight(); // '100 seconds' (string)
m2m..getTime(); // '11:58:20 PM' (string)