arihantbansal / kurz

url shortener made with shuttle.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL shortener

Built purely in rust, no infrastructure, thanks to shuttle.rs.

How to use it

You can use this URL shortener directly from your terminal. Just copy and paste this command to your terminal and replace <URL> with the URL that you want to shorten

curl -X POST -d '<URL>' https://kurz.shuttleapp.rs

like this

curl -X POST -d 'https://twitter.com/_arihantbansal' https://kurz.shuttleapp.rs

You will get the shortened URL back. Example: https://kurz.shuttleapp.rs/MWG1Ur

About

url shortener made with shuttle.rs


Languages

Language:Rust 100.0%