Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noisky/sinashorturl
t.cn 新浪短网址生成器,基于 PHP 实现
https://github.com/noisky/sinashorturl
Last synced: about 1 month ago
JSON representation
t.cn 新浪短网址生成器,基于 PHP 实现
- Host: GitHub
- URL: https://github.com/noisky/sinashorturl
- Owner: noisky
- License: apache-2.0
- Created: 2020-04-21T15:39:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T12:22:24.000Z (over 4 years ago)
- Last Synced: 2023-09-19T03:01:16.749Z (over 1 year ago)
- Language: HTML
- Homepage: https://api.ffis.me/url/
- Size: 14.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SinaShortUrl
t.cn 新浪短网址生成器,前端 HTML/JavaScript 实现,后端 PHP 实现。
整个项目不到10kbDemo:https://api.ffis.me/url/
![Image of shortUrl](https://img.ffis.me/images/2020/04/21/t.cnShortUrl.png)
### 使用方式
直接在网站目录下 `git clone` 即可`git clone https://github.com/noisky/SinaShortUrl.git`
### 接口调用
请求方式:`Get/Post请求`
- 请求地址:`get.php?longUrl=http://www.taobao.com`
- 请求参数:
- longUrl:`需要缩短的url`
> 新浪接口随时可能失效