thefeeling-amazon-lookup

1.0.1 • Public • Published

thefeeling-amazon-lookup

A module that allows you to lookup books, movies, etc on amazon and returns a simply formatted bunch of information.

  1. Run npm install
  2. Run npm link
  3. In the project where you'd like to use this, run npm link thefeeling-amazon-lookup.

Use is as follows:

var lookup = require('thefeeling-amazon-lookup');
lookup.lookupBook('Harry Potter', function(err, result) {
  console.log('Look, I have harry potter books!', result);
});

Readme

Keywords

none

Package Sidebar

Install

npm i thefeeling-amazon-lookup

Weekly Downloads

0

Version

1.0.1

License

ISC

Last publish

Collaborators

  • mbilokonsky