mcPOTTIE / google

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

Home Page:https://g.isayme.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

这是一个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实现.

https://g.isayme.org

License:MIT License


Languages

Language:CSS 66.9%Language:JavaScript 33.1%