Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 403 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 403 Bytes

ME_BUILDOUT_XURL

XURL is a utility that can be used to generate and retrieve short URLs when we don’t want to use the original longer URLs.

During the course of this project,

  • Created a short url library with required methods.
  • Implemented register method to take a long URL and return a shorter URL.
  • Implemented hit count to track number of long URL lookups.