1.0.0 • Published 6 years ago

fake_restaurant_simulation v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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');