1.2.0 • Published 5 years ago

aws-price v1.2.0

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

aws-price

Introduction

This module is a simple chainable wrapper around node-apac, primarily used for retrieving prices from amazon using a given ASIN identifier

Dependencies

Example

var price = require('aws-price');

price('<asin>')
  .id('<aws id>')
  .secret('<aws secret>')
  .associate('<amazon associate id>')
  .country('us')
  .done(function (err, res) {});

It is also possible to look for products via keywords or EAN

price({ keywords: 'Teddy Bear' })
...

// Up to 10 EANs
price({ ean: '0123456789123,1234567890123' })
...

Load extra offers which could show used or refurbished objects. This adds an offers field to the response.

price('<asin>')
  ...
  .loadOffers()
  ...
1.2.0

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.9.1

8 years ago

0.9.0

8 years ago

0.8.3

8 years ago

0.8.2

9 years ago

0.8.1

9 years ago

0.8.0

9 years ago

0.7.1

10 years ago

0.7.0

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.3

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago