Skip to content

ingvarr6/URL-Shortener-Microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B URL Shortener Microservice

Example creation usage:

https://little-url.herokuapp.com/new/https://www.google.com

https://little-url.herokuapp.com/new/http://foo.com:80

Example creation output

{ "original_url":"http://foo.com:80", "short_url":"https://little-url.herokuapp.com/8170" }

Usage:

https://little-url.herokuapp.com/2871

Will redirect to:

https://www.google.com/

About

Pass a url as a parameter and receive a shortened url in the json response

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors