delta4d / hello-nodejs

hello nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

hello nodejs

License:MIT License


Languages

Language:JavaScript 100.0%