Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 888 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 888 Bytes

logo

Current Weather and 5-Day Weather Forecast

A simple application to display current weather of user location and 5-day weather forecast using the OpenWeatherMap API.

Pre-requisites

  • Node.js 12 and above & Expo-cli

Run

git clone
cd weather-app
npm install
npm start

Notes

tested on Web & on Expo Go App

### TODOs

- [ ] Unit testing
- [ ] Identify and address edgecases.
- [ ] Use a proper loading spinner icon on page load.
- [ ] Consider day and night to display background of current weather section.
- [ ] Add an option to choose Units in either Metric or Imperial.
- [ ] Display higher-level of weather information such as Wind Speed, Precipitation etc
- [ ] Fix lint issues and config the eslintrc to support "no-vars-used" for Imports
- [ ] Better and more functional UI