Comparing version 0.1.0 to 0.1.1
@@ -20,4 +20,6 @@ /** | ||
this.timeout = 15000; | ||
var defaults = { | ||
// key | ||
key : options.key, | ||
//target: blog,book,adult,news,encyc,movie,cafearticle,kin,errata,webkr,image,shop,doc | ||
@@ -24,0 +26,0 @@ target: "news", |
{ | ||
"name": "imnaver", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A node library for Naver Open API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,6 +15,5 @@ # imbing | ||
var naver = require('imnaver'); | ||
var b = naver({appId:'your-api-key'}); | ||
// your api key is primary account key that you can see in the dash board of the marketplace. | ||
var b = NaverSearch({appId:'your-api-key'}); | ||
b.search('INAPP', {limit: 30}, function(error, response, body){ | ||
b.search('INAPP', {target: 'news'}, function(error, response, body){ | ||
@@ -21,0 +20,0 @@ if ( !error ) { |
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
59
3434
39