A Node.js utility tool to create and manage Pawprints HTTP traces.
You can create a Pawprint out of any curl command:
curl --trace - https://httpbin.org/get | pawptThis will allow you to view on a nice webpage or share it as a short link.
-p, --privateCreate a private Pawprint. This means the Pawprint will be created with an access token, so only people who you share the full URL (including access token) with, will be able to access the data. Also, this means the Pawprint won't be indexed by search engines.-c, --copyCopies the public share link in the clipboard so it's ready to paste in another app.
This tool is based one a few other open source projects, mostly:
- curl-trace-parser Parser for output from Curl --trace option
- chalk Terminal string styling done right
- request Simplified HTTP request client.
This repository is released under the MIT License. Feel free to fork, and modify! Copyright © 2016 Paw Inc.

@2x.png)