Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 200 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 200 Bytes

shortIn

Simple url shortener

How To Use

curl -X POST -H "Content-Type: application/json" \
    -d '{"origUrl": "https://example.com"}' \
    https://shortin.herokuapp.com/api/short