1.0.3 • Published 8 years ago

url-shortener-r282 v1.0.3

Weekly downloads
8
License
GPL-2.0
Repository
github
Last release
8 years ago

Author

@Rafase282

Created by Rafase282

Github | FreeCodeCamp | CodePen | LinkedIn | Blog/Site | E-Mail

FreeCodeCamp API Basejump: URL Shortener Microservice

User stories:

  1. I can pass a URL as a parameter and I will receive a shortened URL in the JSON response.
  2. If I pass an invalid URL that doesn't follow the valid http://www.example.com format, the JSON response will contain an error instead.
  3. When I visit that shortened URL, it will redirect me to my original link.

Example creation usage:

https://shurli.herokuapp.com/new/https://www.google.com 
https://shurli.herokuapp.com/new/http://freecodecamp.com/news

Example creation output:

{ "original_url": "http://freecodecamp.com/news", "short_url": "https://shurli.herokuapp.com/4" }

Usage:

https://shurli.herokuapp.com/4

Will redirect to:

http://freecodecamp.com/news

1.0.3

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago