A simple mobile application that allows you to check the weather forecast in any location
Mobile application developed with React Native and free OpenWeather API (https://openweathermap.org/forecast5)
Project is created with:
- React Native
- Redux
- Expo CLI
- OpenWeather API - https://openweathermap.org/forecast5
Make sure that you have Expo CLI installed globally
npm install -g expo-cli
Clone the repo
git clone https://github.com/WojtekBoman/weatherApp.git
Install dependencies
$ cd ../weatherApp
$ npm install
Create an .env file in the main project folder and place the API key in it - https://openweathermap.org/forecast5
REACT_APP_WEATHER_API_KEY=your_key
Run the project
expo start