hello-riamo A simple Node.js module that prints Hello World! Installation npm install hello-riamo --save Usage Javascript var hello=require('hello-riamo') var hw=hello.func() Output should be 'Hello World!' Test npm run test