Created
August 22, 2017 07:51
-
-
Save pfcoperez/aa96d1b4a6dc889d928e28e8286e5573 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 https://www.eventbrite.es/e/lambda-world-2017-tickets-35032894330\#tickets \ | |
| awk -F "collection : " '{print $2}' \ | |
| jq '.[] | {ticket_type: .ticket_name, price: .cost.display, remaining: .number_of_tickets_remaining}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment