google-news-json
Advanced tools
Comparing version 2.0.4 to 2.1.0
{ | ||
"name": "google-news-json", | ||
"version": "2.0.4", | ||
"version": "2.1.0", | ||
"description": "Simple to use google news api", | ||
@@ -20,4 +20,4 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"eslint": "^7.17.0", | ||
"mocha": "^8.2.1" | ||
"eslint": "^8.10.0", | ||
"mocha": "^9.2.1" | ||
}, | ||
@@ -24,0 +24,0 @@ "keywords": [ |
@@ -17,3 +17,3 @@ # Google News JSON API | ||
googleNewsAPI.getNews(googleNewsAPI.SEACRH, "apple", "en-GB", (err, response) => { | ||
googleNewsAPI.getNews(googleNewsAPI.SEARCH, "apple", "en-GB", (err, response) => { | ||
console.log(response); | ||
@@ -42,1 +42,4 @@ }); | ||
[tracker]: https://github.com/riftninja/google-news-api/issues | ||
##### If you find this project helpful please<br/> | ||
<a href="https://www.buymeacoffee.com/riftninja" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" ></a> |
8622
44