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

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i aws-price-custom

    Weekly Downloads

    4

    Version

    0.9.4

    License

    MIT

    Last publish

    Collaborators

    • teebu