## Nothing but javascript "Hello World!"

[![npm](https://img.shields.io/npm/v/npm.svg?style=flat-square)](https://www.npmjs.com/package/hello-world-js)

### Installation
`npm install hello-world-js --save`

### Usage
```javascript 
var helloLib = require('hello-world-js');

console.log(helloLib.hello());
```

### Author
dhilt (c) 2017