Skip to content

alxpez/wther

Repository files navigation

wTher

Minimalistic world forecast application built with Angular.

You can see the running application here. Notice that API calls are reverse-proxied through cors-anywhere, so just have in mind that requests/responses may take a bit longer.

API's

  • google-places-api (for predictive city search)
  • openweathermap-api (to retrieve forecast information).

Acknowledgments