Skip to content

HOLINHED/ShortURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShortURL

Live version at : https://holinhed-url.now.sh

/new (post)

link: (string) The unshortended URL.

responses:
  200:
    discriminator: (int) A unique identifier for each link.
    link: (string) The original long link to refer back to.
  422:
    status: (string) Invalid URI

/u/:id (get)

id: (int) The unique identifier for each link.

responses:
  200:
    message: (string) Invalid ID.
  302: 
    Redirects user to correct website.

About

A url shortener made made with nodejs and mongoDB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published