项目作者: huynhsamha

项目描述 :
freeCodeCamp - Challenge URL Shortener Microservice
高级语言: JavaScript
项目地址: git://github.com/huynhsamha/freecodecamp-url-shortener.git
创建时间: 2018-05-27T13:36:29Z
项目社区:https://github.com/huynhsamha/freecodecamp-url-shortener

开源协议:MIT License

下载


freecodecamp-url-shortener

Challenge at freeCodeCamp

https://www.freecodecamp.org/challenges/url-shortener

Deploy it to Glitch

https://feather-option.glitch.me/

User Story

  • I can pass a URL as a parameter and I will receive a shortened URL in the JSON response.
  • 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.
  • When I visit that shortened URL, it will redirect me to my original link.