Skip to content

Instantly share code, notes, and snippets.

@bekce
Last active June 8, 2016 13:46
Show Gist options
  • Select an option

  • Save bekce/9551f3f9c95ea4614c562ea34f9f5bbb to your computer and use it in GitHub Desktop.

Select an option

Save bekce/9551f3f9c95ea4614c562ea34f9f5bbb to your computer and use it in GitHub Desktop.
Get new AccuWeather apiKey. This bash script retrieves the latest temporary apiKey for https://apidev.accuweather.com for your testing purposes.
wget -q -O - https://apidev.accuweather.com/developers/samples | grep "var apiKey" | cut -d'"' -f 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment