1.0.5 • Published 6 years ago
good-ease v1.0.5
good-ease
Make sure node is installed
node --versionInstallation
Navigate to a new directory
npm i good-easeor
yarn add good-easeBoth these commands install this library local to your current directory
Usage
Start node at command line (fastest way to use)
nodeStore the library in
const goodies = require('good-ease')Now you can simply call these methods
goodies.randomEmoji()😋
goodies.randomWord()'GROWING HEART'
goodies.allWordsWill show a long list with all standard UTF emoji words
goodies.allEmojisWill show a long list with all standard UTF emojis
X random emojis or words
goodies.randomEmoji(11)goodies.randomWord(11)[
'BOMB',
'OCTOPUS',
'BLACK UP-POINTING DOUBLE TRIANGLE',
'PRINCESS',
'CLOUD',
'POT OF FOOD',
'CHOCOLATE BAR',
'DIGIT NINE + COMBINING ENCLOSING KEYCAP',
'CROSS MARK',
'CLOCK FACE ELEVEN OCLOCK',
'INPUT SYMBOL FOR LATIN LETTERS'
]View all methods available
Simply run the name you just assigned to a variable
goodiesTo use in a project
npm initType enter over and over until done
Then simply follow the steps above
And either
yarnOr
npm i