Weather App - ajax call to openweatherapp failing

I am trying to figure out why my ajax call to openweatherapp.com is returning failure. How do I make it a success?

You forgot to add http:// to your api url.

1 Like

Wow can’t believe I missed that. Thanks!