暫無描述

john ce3c43cb00 20241026 9 月之前
bin 2e40f86ec0 del leancloud 8 年之前
configs 1bf5af0548 重构首页 8 年之前
routes 7bc4eecb1f fix 7 年之前
static 34e95976a3 change example link 7 年之前
utils 4ccf25743d fix 7 年之前
views c60fd50897 change example link 7 年之前
.gitignore be393a856e fix some error 8 年之前
License 4cbec964ef Add License (MIT) 9 年之前
app.js ce3c43cb00 20241026 9 月之前
gey-pip.py ce3c43cb00 20241026 9 月之前
package-lock.json ce3c43cb00 20241026 9 月之前
package.json 0e2b5b9181 fix 7 年之前
readme.md 1e38fe4501 modify index 8 年之前
yarn.lock ce3c43cb00 20241026 9 月之前

readme.md

JsonBird :hatching_chick:

A remote data interface proxy service | 一个远程数据接口代理服务

HomePage | Demo

必要条件

安装、运行、访问,一气呵成

# clone
$ git clone https://github.com/xcss/JsonBird.git
# install
$ cd JsonBird && npm i
# run service
$ npm start
# open your browser,input link `http://127.0.0.1:1000`

快速开始

  1. https://bird.ioliu.cn/v1?url=http[s]://YouWantProxyJSONUrls.com&[?]params1=val1&params2=val2[&callback=fn]
  2. 详细食用方法请点此

我们能做到

  1. :sparkles: 让不支持跨域的远程数据接口支持跨域
  2. :muscle: 让不支持JSONP的远程数据接口支持JSONP (添加参数&callback=fn)

License

MIT License