ant-design / u.ant.design

URL shortener.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL shortener

To generate short URL which is to use in warnings and so on.

Usage

Git clone this repo to your local, and run following command:

> npm run generate https://www.alipay.com

https://www.alipay.com ==shorten=> http://u.ant.design/987c5dc

URLs had been shortened, please commit and push it to GitHub!

To generate a link with a specific name, specify the name after the link:

> npm run generate https://www.example.com Example Name

https://www.example.com ==shorten=> http://u.ant.design/example-name

URLs had been shortened, please commit and push it to GitHub!

Build Your Own URL Shortener

You can fork this repo, and edit CNAME file with your own domain name.

License

MIT

About

URL shortener.

License:MIT License


Languages

Language:JavaScript 95.7%Language:HTML 4.3%