Francis Du

Francis Du

💻 Big Data Engineer | 🦀 Rustacean | 🥳 Co-organizer @GDG Beijing

07 Dec 2020

URL Shortener

What’s it

URL-Shortener is a simple app that is build on Cloudflare Workers using Short.io API.

index

How to use

Deploy to Cloudflare Workers

Web UI

  • Open Website https://short.francis.run

  • Paste the long link you want to shorten.

  • Click the Go button to generate a short link.

Get request

  • Request Url https://short.francis.run

  • Request parameters and return response data

parametersdescriptionrequired
?link=""link, which you want to shortenY
?api=“true”Return json data - RequiredY
?title=""title of created URL to be shown in short.cm admin panelN
?path""optional path part of newly created link. If empty - it will be generated automaticallyN