Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nimrc/biturl
短网址
https://github.com/nimrc/biturl
koa2 nodejs shorturl
Last synced: about 2 months ago
JSON representation
短网址
- Host: GitHub
- URL: https://github.com/nimrc/biturl
- Owner: nimrc
- License: mit
- Archived: true
- Created: 2016-09-17T19:34:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T11:12:45.000Z (almost 8 years ago)
- Last Synced: 2024-08-13T20:17:11.847Z (5 months ago)
- Topics: koa2, nodejs, shorturl
- Language: JavaScript
- Homepage: https://bitm.pro
- Size: 16.6 KB
- Stars: 39
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 短网址服务
---
基于koa2设计的短网址服务,小巧易用,接口性能高(响应在10ms内),也可运行在Docker中做服务,不同域名可以修改`config/custom.js`中的`host`做定制- nodejs v7+
- redis
- sqlite---
Docs
##### 主页
- `[GET]` https://bitm.pro
##### 生成短网址
- `[POST]`https://bitm.pro/generate
- url 原链接
---License: MIT