A simple application to display current weather of user location and 5-day weather forecast using the OpenWeatherMap API.
- Node.js 12 and above & Expo-cli
git clone
cd weather-app
npm install
npm start
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