/Weathr

Mobile First Weathr app that uses open-weather api to update values. The app has search functionality as well as searches for the weather at your location

Primary LanguageJavaScript

Weathr

Mobile First Weathr app that uses open-weather api to update values. The app has City/ Country search functionality and can also search for today's weather at your geolocation. The app has animated icons and can switch between imperial and metric units.

Screen Shots:

Work in progress. TODO:

  1. Site needs to be hosted on heroku. (implemented) Weathr
  2. Loading animation of numbers (implemented)
  3. Logo currently doesn't do anything when you click on it. (implemented - manually refreshes the data on click)
  4. Remember user search and units (implemented)
  5. Change app colour based on weather and time (rain : blue, snow: white, night: dark etc.)

Limitations:

  1. API does not allow for week prediction at current cost (free)
  2. Sunset and sunrise times do not adjust based on user location. So times are in GMT without accounting for local timezone. (times are now adjusted for timezones)
  3. API only gets updated every 10 minutes (app data also gets refreshed automatically after 10 minutes)