Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.06 KB

Shorty

A standard URL shortener with QR code support and a basic user interface

Features

  • Keeps track of and redirects short URL stems
  • Generates shortened QR codes in SVG and PNG formats
  • Detect and prevent duplicate URLs, with an option to force a new one
  • Hit tracking and statistics page
  • JSON RESTful API for URL information and creation

Documentation

https://velocidensity.github.io/shorty/

Refer to the documentation for installation, configuration, usage and development instructions.

Screenshots

TODO

  • add user account support
  • add user and administration panel
  • add stats page
  • add stats API