1.0.2 • Published 2 years ago

datetimeee v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

DateTimeGreeter

  • It shows you date and time and greets you based on that.
  • It contains one function greet(), which you can call without any arguments, and it will return String output.

How to Use

  • Install the package:
# terminal

npm install datetimegreeter
  • Your app.js file:
// index.js

var greeter = require('datetimegreeter');
console.log(greeter());
  • Output in terminal:
# terminal

Good Evening! Today is Thu Feb 17 2022 and current time is 21:13:49 GMT+0530 (India Standard Time).