Skip to content

tDuy/fcc-URL-Shortener-Microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener Microservice

User stories:

  • I can pass a URL as a parameter and I will receive a shortened URL in the JSON response.
  • When I visit that shortened URL, it will redirect me to my original link.

Example creation usage:

https://plain-scraper.glitch.me/new/https://google.com

https://plain-scraper.glitch.me/new/http://www.freecodecamp.org

Example creation output:

{ "ori_url": "http://google.com", "short_url": "https://plain-scraper.glitch.me/2" }

Usage:

https://plain-scraper.glitch.me/2

Will redirect to:

https://google.com


\ ゜o゜)ノ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published