Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1014 Bytes

README.md

File metadata and controls

46 lines (25 loc) · 1014 Bytes

HOTLINK - generate short links instantly

hotlink

Run locally

clone the project

  git clone github.com/FaizAlam/hotlink

Go to the project directory

  cd hotlink

Start the server

  npm run start

Fire up postman and post raw url data on below url

  https://hotlink.herokuapp.com/url/shorten

Screenshot 2021-09-20 at 10 54 20 AM

(Something like this)

Insantly get the result in json format

Screenshot 2021-09-20 at 10 53 53 AM

  • urlCode is the unique id associated with the given long url
  • shortUrl is the final url you wil need