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:
- Site needs to be hosted on heroku. (implemented) Weathr
- Loading animation of numbers (implemented)
- Logo currently doesn't do anything when you click on it. (implemented - manually refreshes the data on click)
- Remember user search and units (implemented)
- Change app colour based on weather and time (rain : blue, snow: white, night: dark etc.)
Limitations:
- API does not allow for week prediction at current cost (free)
- 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)
- API only gets updated every 10 minutes (app data also gets refreshed automatically after 10 minutes)