Skip to content

kingster/go-urlshortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-urlshortner

A simple golang based url shortner

How to use

## Shorten

curl --location 'localhost:9090/shorten' \
--header 'Content-Type: application/json' \
--data '{
    "url" : "github.com/labstack/echo"
}'

## Expand

curl --location 'localhost:9090/resolve/H2eBb6CN'

About

A simple golang based url shortner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages