Skip to content

manasnilarout/url-shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url-shortner

An application for URL shortening using firebase dynamic links.

Usage

Verify if app is up or not

Request - URL

GET {HOST:PORT}

Response

{
    "name": "url-shortner",
    "version": "1.0.0"
}

API to shorten url

Request - URL

POST {HOST:PORT}/short-url

Request - BODY

{
	"url": "URL TO BE SHORTENED"
}

Response

{
    "shortLink": "SHORTENED URL"
}

About

An application for URL shortening using firebase dynamic links.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •