文件名称:google-news-api
文件大小:22KB
文件格式:ZIP
更新时间:2024-06-14 01:52:01
JavaScript
Google新闻JSON API 安装 npm install --save google-news-json 或者 yarn add google-news-json 用法 用法示例: let googleNewsAPI = require("google-news-json"); let news = await googleNewsAPI.getNews(googleNewsAPI.TOP_NEWS, null, "en-GB"); 还支持回调 googleNewsAPI.getNews(googleNewsAPI.SEACRH, "apple", "en-GB", (err, response) => { console.log(response); }); 参数 方法(默认为TOP_NEWS或HIGHLIGHTS ) 查询(方法为TOP_NEWS或HIGHLI
【文件预览】:
google-news-api-master
----lib()
--------index.js(4KB)
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(13B)
----package-lock.json(62KB)
----package.json(901B)