1.0.1 • Published 9 years ago

thefeeling-amazon-lookup v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

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

9 years ago

1.0.0

9 years ago