项目作者: rifkegribenes

项目描述 :
URL Shortener Microservice (freeCodeCamp Back End API Project #3)
高级语言: JavaScript
项目地址: git://github.com/rifkegribenes/url-shortener-ms.git
创建时间: 2018-01-17T23:33:59Z
项目社区:https://github.com/rifkegribenes/url-shortener-ms

开源协议:

下载


URL Shortener Microservice (Freecodecamp Project)

User stories:

  • 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.

(Yes I recognize the irony of calling this a ‘URL Shortener’ and then starting with 47-character base URL lol)

Screenshot:

url-shortener-microservice-screenshot