added readme
This commit is contained in:
parent
be2ef06374
commit
697ba4b100
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
linkie
|
||||
======
|
||||
|
||||
A simple url shortener. Largely adapting [VandyHacks/vhl.ink](https://github.com/VandyHacks/vhl.ink) with the aim of providing a more ptpb-like experience (i.e the fewest keystrokes from a cli possible while still being reasonably secure for private use)
|
||||
|
||||
Deploying
|
||||
---------
|
||||
|
||||
`wrangler deploy`
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
`curl -n -d u=http://example.com linkie/path` will make `http://linkie/path` 302 redirect to the provided url. use .netrc to store the auth username/password (inspired by ix.io)
|
||||
|
||||
See test.py for more usage and test cases
|
Loading…
Reference in a new issue