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

VersionDownloads (Last 7 Days)Tag
0.2.10latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.10
0.2.00
0.1.30
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i priceminister

Weekly Downloads

0

Version

0.2.1

License

MIT

Last publish

Collaborators

  • urgeio