1.0.2 • Published 6 years ago

fake-products-sj v1.0.2

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

get fake products

Installation

npm install fake-products-sj

Usage

For use fake products

var fakeProducts = require('fake-products-sj');

fakeProducts.addProduct({name:'Iphone Z', amount: 2});
fakeProducts.getProducts();
fakeProducts.deleteProducts(1);
fakeProducts.editProducts(1, 'Iphone X plus', 3);
fakeProducts.buyProduct(1, 'my_id');
fakeProducts.getHistorySell();