unobtrusive weather report in the terminal
npm install -g open-weather-map-cli
set OPEN_WEATHER_MAP_API_KEY
in the ENV. grab one if you need an api key https://home.openweathermap.org/api_keys 📖
open-weather-map-cli [Place name]
open-weather-map-cli Rome
> 🏡 Rome
> 📖 Clear, clear sky
> ☀️ right now
with npx
npx open-weather-map-cli Rome
> 🏡 Rome
> 📖 Clear, clear sky
> ☀️ right now