fivemoods
v2.0.4
Published
Receive the menu of the five moods restaurant in Zug
Downloads
3
Readme
Five Moods NPM
This is an npm package for the fivemoods restaurant in Zug.
Table of Contents
About the Project
This is a simple npm package in which you can receive the menu of the five moods restaurant as a JavaScript Object.
Installation
npm i --save fivemoods
Usage
const fivemoods = require('fivemoods');
await console.log(fivemoods()); //=> whole menu
await console.log(fivemoods('29.06.,30.06.')); //=> menu from 29.06., 30.06.
License
This project is licensed under the GNU GPLv3