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) {
    // ...
  });

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.1
    2
    • latest

Version History

Package Sidebar

Install

npm i priceminister

Weekly Downloads

7

Version

0.2.1

License

MIT

Last publish

Collaborators

  • urgeio