/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.

Primary LanguageJava

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.