Skip to content

Files

Latest commit

author
suorcd
May 17, 2022
b7237aa · May 17, 2022

History

History
15 lines (11 loc) · 285 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 285 Bytes

Bash-podcastindex-org-example

Run command with api key and secret

$ ./podcasting-index.sh <apiKey> <apiSecret>

jq

Install and use the jq command for prettier output and other nice things.

Get titles

curl "${HEADERS[@]}"  "${REQUEST_URL}" | jq .feeds[].title