random-fastfood
v0.0.1
Published
a fun little package that will give you random fastfood
Downloads
2
Readme
Random Fastfood
A simple minimal node package that will return random fastfood to demonstrate GitHub actions automated release
Usage
const getRandomFastFood = require("random-fastfood");
const randomFastFood = getRandomFastFood();
console.log(randomFastFood);