greetings

1.0.0 • Public • Published

Greetings! Build Status

Get a random greeting

Install

$ npm install --save greetings

Usage

var greetings = require('greetings');
 
greetings();
//=> 'Good day'
 
greetings();
//=> 'Hello'
 
greetings.all;
//=> ['Hey', 'Hello', 'Hi', 'Howdy', 'Bonjour', 'Good day', ...]

Related

thx - Get a random way to show your gratitude in different languages.

License

MIT © alonalon

Package Sidebar

Install

npm i greetings

Weekly Downloads

9

Version

1.0.0

License

MIT

Last publish

Collaborators

  • alonalon