0.0.3 • Published 7 years ago

delta-hello-nodejs v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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.

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago