/hello-nodejs

hello nodejs

Primary LanguageJavaScriptMIT LicenseMIT

Hello Nodejs Build Status

A hello world app for node.js.

Installation

npm install delta-hello-nodejs

Usage

var hello = require("delta-hello-nodejs");
var hello_world = hello("world");
console.log(hello_world); // => hello world

Tests

npm test

Contributing

Feel free to open an issue or make a pr.