mod_helloworld
v1.0.3
Published
This is a Node.js module to print Hello World in the console
Downloads
2
Readme
mod_helloworld
This is a Node.js module to print Hello World in the console
Installation
npm install mod_helloworld --save
Usage
Javascript
var helloworld = require('mod_helloworld');
helloworld.HelloWorld();
Output should be 'Hello World !!!' in the console
##Test
npm test
###Output
Hello World!!!