Skip to content

Instantly share code, notes, and snippets.

@ThinGuy
Created September 12, 2018 18:52
Show Gist options
  • Save ThinGuy/8531fcdf12276180268781ba59402fff to your computer and use it in GitHub Desktop.
Save ThinGuy/8531fcdf12276180268781ba59402fff to your computer and use it in GitHub Desktop.
Location info via web api
curl -sSL https://timezoneapi.io/api/ip|\
jq -r 'keys[0] as $k|.[$k]|to_entries[]|select((.key != "timezone" and .key != "datetime"))|"\(.key): \(.value)"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment