random-greetings
v1.0.5
Published
A simple package that outputs random greetings
Downloads
4
Readme
Random Greetings
Generate random greetings in your node applications :)
Installation
Simply type
npm i random-greetings
to install it
Usage
require it by using
var rg = require('random-greetings')
then use
rg.greet()
to get a random greeting.