Skip to content

Commit b7237aa

Browse files
author
suorcd
committed
Add jq example
1 parent 3c31c67 commit b7237aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,11 @@ Run command with api key and secret
55
$ ./podcasting-index.sh <apiKey> <apiSecret>
66
```
77

8+
# jq
89
Install and use the jq command for prettier output and other nice things.
10+
11+
12+
## Get titles
13+
```
14+
curl "${HEADERS[@]}" "${REQUEST_URL}" | jq .feeds[].title
15+
```

0 commit comments

Comments
 (0)