Getting Started :
-
npm install
-
npm start or, node app.js
Features implemented :
- Unique short URLs that will redirect to the provided URL.
- Track the number of times the short URL has been clicked on.
- 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.