Wire's end-to-end encrypted bot API is coming
medium.com2 pointsby taylor-tg0 comments
curl -s "http://api.openweathermap.org/data/2.5/weather?zip=$(curl -s ipinfo.io/postal),us&appid=2de143494c0b295cca9337e1e96b00e0&units=imperial" \
| sed -e 's/\(.*\)temp":\([0-9.]*\),\(.*\)/\2/'
or you could replace the `sed` pipe with a call to `jq`: curl really_long_url | jq '.main.temp'
Founder of Suit Glass Labs.
Contact information is available on their respective domains.