hoover

0.0.10 • Public • Published

Hoover

[![Build Status] status] travis

hoover hoover

Description

Hoover is a Node.js wrapper to the [Amazon Product Advertising API] amazon.

The API gives you access to the product catalogues of various Amazon websites.

Installation

npm install hoover

Usage

Hoover = require 'hoover'
 
req = new Hoover
  key:    'key'
  secret: 'secret'
  tag:    'tag'
  locale: 'uk'
 
req
  .build
    operation:   'ItemSearch'
    keywords:    'Deleuze'
    searchIndex: 'All'
  .get (err, res) ->
    # res.toJS() 
    res.find 'Item'(item) ->
      console.dir item

Further Reading

Readme

Keywords

none

Package Sidebar

Install

npm i hoover

Weekly Downloads

3

Version

0.0.10

License

none

Last publish

Collaborators

  • hakanensari