shivamgpt38 / URL-shortener

Simple URL shortener
1 stars 3 forks source link
javascript nodejs

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: