Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 410 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 410 Bytes

Url-Shortener

Getting Started :

  1. npm install

  2. npm start or, node app.js

Features implemented :

  1. Unique short URLs that will redirect to the provided URL.
  2. Track the number of times the short URL has been clicked on.
  3. Use the location API to keep track of how many clicks a URL has received from each continent.

Hacker Mode: Delete the URLs after 6 months or after some time of inactivity.