Local weather app finished

I learned so much about Javascript on this one. Big things, little things, and some things that I just couldn’t figure out, so I went around them instead!

http://codepen.io/jeepty/full/jrVYVk/

Firefox didn’t like your app, but Chrome let me take a look. I banged my head against the wall trying to figure out how to use a CORS work around to the point where I just opted for another API so its cool to see somebody’s code that got it working. Good stuff, sir.

looks good and useful work arounds for location and cors … works fine for me in firefox.

Thanks for taking a look. It not working on firefox is a bit of a surprise. I tested it on firefox and chromiumand it seemed to work well. I’m wondering if your firefox defaults to an https connection, if so a mixed content warning might stop it from running. I could never get geolcation working so I used an api to get the users location, and that api uses http.

Never the less, thanks for the heads up!