This is a project from the specialization program on mobile development of IBM & CaC.
weather is a project in which you can select a city and get its current weather, min/max temperature and time. This app fetch data from Open WeatherMap
git clone https://github.com/mgmaxi/weather
cd ./weather
npm install
Android: "npx react-native run-android"
IOS: "npx react-native run-ios"