0.2.1 • Published 9 years ago

priceminister v0.2.1

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

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

9 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago