wishme
v1.0.0
Published
This is a small library which provides one method to wish a given input name and also print current day and time
Downloads
2
Readme
wishme
This is a small library which provides one method to wish a given input name and also print current day and time.
Installation
npm install wishme --save
Usage
var wishme = require('wishme') var wish = wishme.wish(); wish('Give Your Name');
test
npm test
Contributing
Release History
- 1.0.0 Initial release