Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

greetings

alonalon119MIT1.0.0

Get a random greeting

greetings, hello, hi, salute, welcome

readme

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', ...]

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

License

MIT © alonalon