文件名称:gspreadsheets-cors-proxy:CORS proxys.google.com的代理
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-10 06:36:08
JavaScript
Google Spreadsheets CORS代理 这是一个简单的简单代理,用于支持对CORS请求。 安装 git clone https://github.com/yourcelf/gspreadsheets-cors-proxy.git cd gspreadsheets-cors-proxy npm install 用法 启动服务器: npm start 而不是向https://spreadsheets.google.com/feeds/...发出API请求,而是向http://localhost:5000/feeds/... (或在安装服务器的任何地方)发出请求。 响应CORS权限的请求将被拦截,以告知浏览器允许使用API进行AJAX。 配置 使用PORT环境变量设置端口,例如PORT=5678 npm start 。
【文件预览】:
gspreadsheets-cors-proxy-master
----LICENSE(16KB)
----README.md(817B)
----.gitignore(27B)
----index.js(1KB)
----package.json(685B)