Skip to content

fleebeee/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url-shortener

An URL shortener utilizing Express 4. This application can tie any URL to a shorter ID which can be used to access the link afterwards.

Usage

This application has the following interface:

POST /shorten

  • Parameter: URL encoded parameter link should contain an URL that should be shortened
  • Returns: ID for shortened link in plain text

GET /{id}

  • Returns: Redirects the user to the stored URL in case the ID is valid

About

This application is based on a barebones Node.js app by Heroku.

About

An URL shortener using Express.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published