Skip to content

Instantly share code, notes, and snippets.

@efuquen
Last active August 29, 2015 14:16
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 efuquen/9fbd3ac6c729efc70b79 to your computer and use it in GitHub Desktop.
Save efuquen/9fbd3ac6c729efc70b79 to your computer and use it in GitHub Desktop.

Requirements

At UPS, we want a weather site where the user enters a zip code and gets the current weather in that area. This is going to be displayed on monitors in our locations throughout the US during business hours so it's important that the information updates automatically (without needing to refresh the page) as the weather and temperature change. Also, we want it to be beautiful and eye catching, and for the background to be related to the current weather. We also want the current time, date, and city (based on zip code) displayed.

Resources

Script Tags

<!-- JQUERY -->
<script src="http://code.jquery.com/jquery-2.1.3.min.js"></script>
<!-- Google Maps Javascript Library -->
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment