Skip to content

Instantly share code, notes, and snippets.

@tdhopper
Last active April 4, 2020 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdhopper/81620d8544bdfadf3bff to your computer and use it in GitHub Desktop.
Save tdhopper/81620d8544bdfadf3bff to your computer and use it in GitHub Desktop.
Get weather for Morrisville, NC
curl http://api.openweathermap.org/data/2.5/weather?q=27560 | /usr/local/bin/jq .main.temp | awk '{print $1 * 9.0 / 5 - 459.67}' OFMT="NC:%2.0f°"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment