/URLShortener

Shortens urls

Primary LanguageHTMLApache License 2.0Apache-2.0

URLShortener

This app allows for random and custom short urls that redirect to a desired site. The app is no longer live.

Use

Create new shortened URL

JSON response with shortened link and original link

Use the shortened url

Example

Create: https:///new/http://www.google.com

Response: {"original":"http://www.google.com","short":"https:///g"}

Shortened URL: https:///g