Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 228 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 228 Bytes

linktrap

A small API that takes a URL and returns an archived version of it.

How it works

  • GET /?url=<the-url> returns the archived URL.
  • GET /?url=<the-url>&redirect=1 responds with a redirect to the archived URL.