Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.
/ url-shortener Public archive

Project for the FreeCodeCamp.com backend certification program.

Notifications You must be signed in to change notification settings

Jskobos/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url-shortener

Project for the FreeCodeCamp.com backend certification program.

Accepts a url as a parameter, and returns a shortened version of that url:

https://blooming-depths-14692.herokuapp.com/new/http://www.taobao.com

Will return:

{"original_url":"http://www.taobao.com","short_url":"kAeNl"}

The short url will redirect to the original, long url:

https://blooming-depths-14692.herokuapp.com/kAeNl

redirects to:

http://www.taobao.com

About

Project for the FreeCodeCamp.com backend certification program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published