Skip to content

gabrin/google-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

这是一个Google镜像服务程序, 运行在Node.js环境, 使用Express框架.

原理

使用Google Custom Search的API.
看到google200使用此方法, 借鉴一下.

使用方法

  1. 首先确保你已经安装了Node.js;
  2. 解压后, 执行npm install安装依赖库;
  3. node app.js开启服务.

局限性

由于API的限制, 搜索结果只可查看最前面的100个. Custom Search Element Control API中说到requests up to 10 results per page, for a maximum of 10 pages or 100 results.

About

Google镜像服务, 使用Google custom search API实现.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published