Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save timwhitlock/492031 to your computer and use it in GitHub Desktop.

Select an option

Save timwhitlock/492031 to your computer and use it in GitHub Desktop.
curl http://api.foursquare.com/v1/venue.json?vid=154655 \
| php -r "var_dump(json_decode(file_get_contents('php://stdin')));" \
| less;
@timwhitlock
Copy link
Author

no error handling, obv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment