Skip to content

ex3m1024/url2me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Url2me

  • Url2me is a REST API for a URL shortener
  • currently in active development
  • written in Kotlin, based on Spring Boot
  • not affiliated with https://url2.me/

How to launch

  • Compile and run Application.kt
    (Docker to be added soon)

How to use

  • Send a POST to /generate with a "url" String, containing a proper URL, to get your URL formatted (you will get a URL like localhost:8080/yourCode)
  • Send a GET to /yourCode (basically, visit the generated URL) to get redirected to your original URL

About

URL Shortener v2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published