Skip to content

kurtisnotcurtis/url-shortener-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener Service

This webapp provides basic API functionality to accept a URL (either as a URL parameter or POST request query) and generate a shorter URL that redirects to the provided URL.

This project is part of FreeCodeCamp's Backend curriculum as the fourth API project (non-beta curriculum, as of 7/19/2017). Click here to find out more.


Usage

Via URL parameter:

  1. Obtain the desired URL to forward to in the following format: www.example.com
  2. Append it to the following URL: https://us.glitch.me/
  3. Upon creation, the server will respond with your shortened link as the 'short-url' property of a new object (JSON).

Via the site form:

  1. Navigate to https://us.glitch.me/
  2. Enter the desired URL into the textbox and click 'Submit'
  3. Upon creation, the server will respond with your shortened link as the 'short-url' property of a new object (JSON).

01110101 01110011 00101110 01100111 01101100 01101001 01110100 01100011 01101000 00101110 01101101 01100101

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published