Skip to content

pombredanne/smallifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smallifier

Smallifier is a small link shortener.

It responds to HTTP requests like so:

$ curl -d '{"long_url": "https://please.smallifiy.me"}' -v https://smallifier/_create
{"short_url":"https://smallifier/tj2TEXT7"}

And after this, navigating to https://smallifier/tj2TEXT7 will 302 you to https://please.smallify.me

About

A small link shortener

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.4%
  • Shell 2.6%