#!/usr/bin/env bash
set -euo pipefail

curl -s "https://lite-api.jup.ag/price/v3?ids=So11111111111111111111111111111111111111112"
curl -s "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum&vs_currencies=usd"
curl -s "https://api.open-meteo.com/v1/forecast?latitude=40.4168&longitude=-3.7038&current=temperature_2m"
curl -s "https://api.github.com/repos/openai/openai-node"
curl -s "https://www.moltask.com/api/tasks?status=open"
curl -s "https://hacker-news.firebaseio.com/v0/topstories.json"
