Comparing version 0.7.2 to 0.7.3
@@ -9,3 +9,3 @@ { | ||
"description": "The newsQuery NPM package provides a simple interface to BBC News Labs APIs", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"main": "./lib/newsquery.js", | ||
@@ -12,0 +12,0 @@ "keywords": [ |
@@ -294,3 +294,3 @@ newsQuery | ||
Tip: If you're looking for a great date handling library, check out moment | ||
Tip: If you're looking for a great date handling library, check out 'moment'. | ||
@@ -301,4 +301,4 @@ ``` javascript | ||
newsQuery.getConceptOccurrencesOverTime("http://dbpedia.org/resource/Ukraine", "2014-05-24", "2014-05-28") | ||
.then(function(articles) { | ||
console.log(articles); | ||
.then(function(occurrences) { | ||
console.log(occurrences); | ||
}); | ||
@@ -305,0 +305,0 @@ ``` |
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
113350