Urlshorter-Workers
$ gh repo view Urlshorter-Workers --readme
Urlshorter-Workers
A simple urlshorter based on Cloudflare worekrs
Urlshorter-Workers
A simple urlshorter based on cloudflare workers
Useage
- 在Cloudflare创建一个
KV及Workers - 修改
Workers的变量, 将KV 命名空间绑定中LINKS指向 1 中创建的KV - 将
index.js中config对象的passwd修改为 您的密码 - 上传
index.js至您的workers
Api
POST /
请求试例
{
"url": "https://baidu.com",
"passwd": "default"
}
期待返回
{
"code": 0,
"msg": "ok",
"short": "abcd"
}
参考
comments
$ tail -n 20 comments/urlshorter-workers.log
Comments
// project discussion
加载中...