Created
November 23, 2013 02:42
-
-
Save statonjr/7610108 to your computer and use it in GitHub Desktop.
Command-line Hypermedia client using cURL, jsontool, and GNU parallel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -s http://www.youtypeitwepostit.com/api/ | json -a collection.items | json -a href | parallel curl -s {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
json utility?