aws-price-custom
v0.9.4
Published
Amazon product API price lookup simplified, forked
Downloads
2
Readme
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) {});