fake_restaurant_simulation
v1.0.0
Published
A simple fake restaurant simulation
Downloads
5
Readme
get fake_restaurant
Installation
npm install fake_restaurant_simulation
Usage
For use restaurant simulation
var restaurant = require ('fake_restaurant_simulation');
restaurant.allOrders();
restaurant.addOrders(newOrder);
restaurant.delOrders(1);
restaurant.setOrders(2,'ready');
restaurant.filterOrders('closed');
restaurant.total();
restaurant.ordersUsers('Caio');