Update README

This commit is contained in:
Peter Schmalfeldt
2016-11-10 22:39:00 -05:00
parent aa6542a54b
commit 4575d6fc67
2 changed files with 8 additions and 1 deletions

View File

@@ -12,6 +12,13 @@ Demo Website
[http://peter.build/weather-underground-icons/](http://peter.build/weather-underground-icons/)
Using the Example
---
Before you can use the Example, you will need to update the `API_KEY` variable in the `example/js/site.js` file.
You can get your API Key from [Weather Underground](https://www.wunderground.com/weather/api/).
Usage Instructions
---

View File

@@ -26,7 +26,7 @@
*/
function getWeather (zipcode) {
$('.weather-input .error-message').fadeOut();
fetchingWeather = true;
if (!/[0-9]{5}/.test(zipcode)) {