A Node.js module that prints your current date and time.
npm install time-please --save
Once the module is loaded, the console would show the output date and time. No variable assignment is needed.
require('time-please');
You are more than welcome to contribute.