priceminister

0.2.1 • Public • Published

priceminister

Introduction

This project is a simple wrapper around the priceminister listing api.

Dependencies

  • superagent
  • xml2js
  • jsonpath
  • currency-symbol-map
  • accounting

Example

var price = require('priceminister');

price({keywords: 'samsung'})
  .id('<priceminister api key>')
  .done(function (err, results) {
    // ...
  });

/priceminister/

    Package Sidebar

    Install

    npm i priceminister

    Weekly Downloads

    7

    Version

    0.2.1

    License

    MIT

    Last publish

    Collaborators

    • urgeio