ice-cream-flavors
v1.0.7
Published
A simple NPM package to get random ice cream flavors
Downloads
6
Readme
ice-cream-flavors
A simple NPM package to get random ice cream flavors
Install
npm install ice-cream-flavorsUsage
const icecream = require('ice-cream-flavors');
icecream.getRandomFlavor();
//=> 'chocolate'
icecream.getAllFlavors;
//=> ['chocolate', 'vanilla', …]
License
MIT © Jasper N
