minor updates
[urlittler] / README.md
1 # URLittler
2
3 The world needed another link shortener.
4
5 * GET / - presents a simple webform for short link creation
6 * POST / { url } - create new short link for url
7 * GET /:link - visit short link
8 * GET /:link/info - data about link
9 * DELETE /:link { token } - expires short link
10 * PUT /:link { token, [url] } - update short link url, or create with admin access
11 * GET /admin/report - data about all links
12 * GET /static/:asset - serve asset