scraping challenge - https://gist.github.com/wahengchang/9993edd25c8a5cedebdb80bbf9ac592a
jq - brew install jq
curl (if not already) - brew install curl
node and npm
- install npm or yarn requirements with npm -i or yarn
- run npm start or yarn start
- you should see the scraped data in result.json inside the curl directory.