fake-products-sj

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i fake-products-sj

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

2.83 kB

Total Files

4

Last publish

Collaborators

  • carloleonardi