kiwiupover / ember-weather

A weather Dashboard built with Ember.js, forecast.io api, & 500px api
http://emberweather.com
MIT License
31 stars 10 forks source link

Typing a zipcode offers an autocomplete, but the page errors out. #47

Open courtneyspurgeon opened 9 years ago

courtneyspurgeon commented 9 years ago

Repro: Go to http://emberweather.com/ Start typing a zipcode, ex: 98103 Select "98103 - Seattle, WA" from the autocomplete

Results: Page attempts to load, then errors out. Console says: GET http://emberweather.com/api/weather/98103_-_seattle-wa 503 (Service Unavailable)

Expected results: Request successfully sends to http://emberweather.com/locations/seattle-washington (or wherever else)

I liked the zipcode autocomplete because my first thought was to type my zipcode, not my city, due to many other weather sites asking for zipcode.

kiwiupover commented 9 years ago

Cheers for the feedback.

You are right that a zip code doesn't work. I will have a look into the issue.

Cheers Dave