0.0.10 • Published 10 years ago

hoover v0.0.10

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

Hoover

Build Status

hoover

Description

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

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

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

12 years ago

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago