zanox-products

0.0.3 • Public • Published

zanox-products

Simplified version of the API Zanox to provide its products. Version for NodeJS.

Usage examples

Full example:

var zanox = require('zanox-products');
 
zanox({keywords: 'search...'})
    .id(connectionID...)
    .searchType('phrase')
    .country('BR')
    .page(1)
    .limit(10)
    .done(function (err, products) {
    ...
    });

LICENSE

The MIT License (MIT) Copyright (c) 2014 Paulo Vítor Bischof, Based on the "zanox-lookup" of Adam Rudd.

Package Sidebar

Install

npm i zanox-products

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • paulovb