Aucune description

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

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