general-search-engine:该模块将允许您在 npm 中搜索模块、在 google 中搜索图像、在 github 中搜索 repos...而无需任何 API KEY

时间:2024-08-12 18:33:06
【文件属性】:

文件名称:general-search-engine:该模块将允许您在 npm 中搜索模块、在 google 中搜索图像、在 github 中搜索 repos...而无需任何 API KEY

文件大小:12KB

文件格式:ZIP

更新时间:2024-08-12 18:33:06

github javascript search api npm

通用搜索引擎 该模块将允许您在 npm 中搜索模块、在 google 中搜索图像、在 github 中搜索 repos...而无需任何 API KEY 安装 要正确安装,您需要安装 npm: npm i general-search-engine 用法 const gse = require ( "general-search-engine" ) async function main ( ) { let petition = await new gse . search ( ) . setType ( "image" ) . setQuery ( "pink elephant" ) . run ( ) console . log ( petition ) } main ( ) /* This will return an array like this: [{


【文件预览】:
general-search-engine-main
----tests-examples()
--------image_test.js(373B)
--------search_test.js(408B)
--------github_test.js(367B)
--------wikipedia_test.js(411B)
--------npm_test.js(364B)
----src()
--------functions.js(571B)
--------search.js(2KB)
--------index.d.ts(2KB)
--------searchTypes()
--------index.js(403B)
----LICENSE.md(1KB)
----README.md(2KB)
----package-lock.json(632B)
----package.json(860B)

网友评论