amazon-book-search-se-openshift
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "amazon-book-search-se-openshift", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Simple wrapper around apac to return book results from Amazon's Product Advertising API. Based on amazon-book-search by kuryaki. Uses apac version 0.0.13 so it can work with openshift's version of node.js", | ||
@@ -5,0 +5,0 @@ "main": "amazon-book-search-se-openshift.js", |
@@ -1,2 +0,2 @@ | ||
## Amazon Book Search SE | ||
## Amazon Book Search SE OpenShift | ||
@@ -12,3 +12,3 @@ This allows you to find books on amazon through their Product Advertising API. | ||
$ npm install amazon-book-search-se | ||
$ npm install amazon-book-search-se-openshift | ||
@@ -21,3 +21,3 @@ ### Requirements | ||
var amazonBookSearchSE = require('amazon-book-search-se'); | ||
var amazonBookSearchSE = require('amazon-book-search-se-openshift'); | ||
var absse = new amazonBookSearchSE({ awsKey: "YOUR KEY", awsSecret: "YOUR SECRET", assocId: "YOUR ASSOCIATE TAG" }); | ||
@@ -24,0 +24,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34923
12