ice-cream-flavors
1.0.7 • Public • Published
ice-cream-flavors
A simple NPM package to get random ice cream flavors

Install
npm install ice-cream-flavors
Usage
const icecream = require('ice-cream-flavors');
icecream.getRandomFlavor();
//=> 'chocolate'
icecream.getAllFlavors;
//=> ['chocolate', 'vanilla', …]
License
MIT © Jasper N
Package Sidebar
Install
Weekly Downloads