文件名称:URL-shortener:将长 URL 缩短为较短 URL 的服务
文件大小:26KB
文件格式:ZIP
更新时间:2024-06-18 06:36:01
url-shortener shorten-urls shortener-rest shortening-urls JavaScript
:laptop: 简短(网址缩短)
一种简单而有用的 Web 服务,可将长 URL 压缩为较短的 URL。
特征
通用网址缩短
自定义 URL 缩短
易于与其他应用程序集成
开放端点
缩短给定的长 URL : POST /api/short
使用自定义代码缩短 URL : POST /api/custom
重定向到网站: GET /:code
检查 API 健康状况: GET /health
POST /api/short
请求模式
{
" longUrl " : "
【文件预览】:
URL-shortener-master
----.gitignore(44B)
----routes()
--------url.js(4KB)
--------index.js(666B)
----README.md(3KB)
----LICENSE(1KB)
----package.json(494B)
----CONTRIBUTING.md(2KB)
----models()
--------Url.js(241B)
----index.js(451B)
----config()
--------db.js(405B)
--------default.json(165B)
----requests()
--------api.http(962B)
----package-lock.json(61KB)