aws-price-custom

0.9.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i aws-price-custom

Weekly Downloads

0

Version

0.9.4

License

MIT

Last publish

Collaborators

  • teebu