-
timeout: 5 (minutes, can be a float: 0.3 = 30 seconds)
-
message: "Time's up!"
// Global is optional, of course
$ npm install node-notifier -g
$ node timer.js [time in minutes] [message on timer finish]
$ node timer.js 0.3 "Finished after 30 seconds!"