This is a small library which provides one method to wish a given input name and also print current day and time.
npm install wishme --save
var wishme = require('wishme') var wish = wishme.wish(); wish('Give Your Name');
npm test
- 1.0.0 Initial release