Download Expo for Android at http://bit.ly/2bZq5ew or iOS at http://apple.co/2c6HMtp and scan the QR code
This is a React Native Weather App for iOS/Android. It provides the following information:
- current local weather [°C];
- next 24 hours forecast [°C];
- next 7 days forecast [°C]
- air quality;
- sunrise & sunset time;
- wind speed & direction;
- humidity [%];
- chance of rain [%];
- visibility [km]
- pressure [hPa]
- UV index. The information is fetched from openweathermap API.
React Native
Expo
-
Clone the repo:
https://github.com/ipredoi/WeatherApp-react-native.git
-
Download the required npm modules:
npm i
npm run start
- run the development server.