A simple URL shortener.
Dec, 2021-*
sURL is a personal project to accomplish URL shortening and familarizing myself with Flask (API creation & route handling) & NoSQL database, SQLiteDict. The key-value data storage helps in achieving constant time short URL to long URL translation.

Usage

- Using the form below

- Using curl

curl --data "url=LONG_URL" https://surl.prashant.me

- Piping content to curl

echo "LONG_URL" | curl --data-urlencode url@- https://surl.prashant.me

- Create an alias

Features

Restriction(s)

Retention

The links will be retained until I need more space in my server.

Changelog

Contact Information