react-native-weather is a React Native Aplication built with EXPO. The application shows the forecast for the next 7 days and utilizes the Open Weather Maps to fetch data. The data is stored in cache in order to still be available in case of offline mode.
npm install
Generate API_KEY
- Create an account at the website.
- Get your API KEY by email.
- Create
.env
file on the project root and insert yout key like this:API_KEY=<open_weather_map_api_key>
expo start