2.0.4 • Published 4 years ago

fivemoods v2.0.4

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

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

Contact

Acknowledgements

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago