Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 497 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 497 Bytes

What is a URL shortener?

A URL shortener is a simple tool that takes a long URL and turns it into whatever URL you would like it to be.

API

urlshortner- allows you to shorten your URL through a nodejs application.

/<your-url> : Hitting this endpoint will return a shortened URL

/url/<your-unique-id> : Hitting this endpoint will return the actual URL.

Installation

Steps to install urlshortner:

  • git clone https://github.com/shivamgpt38/urlshortener-.git
  • npm start