shopping-product-info

1.1.0 • Public • Published

shopping-product-info

npm version

Supporting Sites

Installing

$ npm install shopping-product-info

Usage

const getProductInfo = require('shopping-product-info');

Example

ASYNC/AWAİT

async function ...() {
  let product = await getProductInfo(url);
  console.log(product);
}

OR CHAIN METHOD

getProductInfo(url)
.then(res => console.log(res));

Readme

Keywords

none

Package Sidebar

Install

npm i shopping-product-info

Weekly Downloads

2

Version

1.1.0

License

ISC

Unpacked Size

61.5 kB

Total Files

7

Last publish

Collaborators

  • akseyh