An open API service indexing awesome lists of open source software.

https://github.com/wendal/shortit

超简单的短地址服务
https://github.com/wendal/shortit

Last synced: 3 months ago
JSON representation

超简单的短地址服务

Awesome Lists containing this project

README

          

码农专用的短地址服务
=================

地址
-----------------
http://nutz.cn

动机
-----------------
>> ### 现有的短地址服务,各种河蟹,各种验证码,各种墙,而且只单独网址或文件的短地址服务!!
>> ### Wendal我极度不爽!!

功能
-----------------
>> ### 网址/纯文本的短地址
>> ### 拖拉式文件分享

Java版安装
-----------------
Eclipse导入工程即可,然后通过Jetty插件运行,you know

Golang版安装
-----------------
>> ### 需要golang 1.0或以上
>> ### 安装go-sqlite3 (系统需要安装sqlite3-devel库): go get github.com/mattn/go-sqlite3
>> ### 执行: go build shortit.go
>> ### 执行: ./shortit 即可启动