2.0.4 • Published 4 years ago

smileys v2.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

smileys Build Status

Returns a random smiley of your choice

Install

$ npm install --save smileys

Usage

const smileys = require('smileys');

smileys.face();
//=> '(͡° ͜ʖ ͡°)'

smileys.random();
//=> '👰'

CLI

$ npm install --global smileys
$ smileys --help

  Usage
    $ smileys
    $ smileys <type-of-smiley>

  List of smileys
    emoji
    face
    cat
    dance
    japan

License

MIT © Andreas Gillström