Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 230 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 230 Bytes

trailblazer

Python URL Shortening

Mostly just because I can and it sounded like fun!

Example

curl -v "localhost:5000/trail" -X POST -d '{"url":"http://pyroturtle.com"}' -H "Content-Type: application/json"