MiloATH / URLShortener

Shortens urls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Shortens urls

License:Apache License 2.0


Languages

Language:HTML 50.1%Language:JavaScript 46.9%Language:CSS 3.0%