This is a weather forcast application built with React Native using Expo CLI. Upon search of any city, the application returns the weather and temperature in real time from a MetaWeather API, coupled with a smooth UI displaying a background image similar to the current weather condition of the inputed city.
Follow the steps, test it, and enjoy!
Clone or fork this repository then follow these instructions to run the application:
install Node.js from https://nodejs.org/en/download/
If you already have Node.js installed, open your terminal, then run:
npm install -g expo-cliexpo init WeatherAppcd WeatherAppnpm start # you can also use: expo startThen install the Expo client app on your iOS or Android phone by downloading from your respective app store and connect to the same wireless network as your computer. On Android, use the Expo app to scan the QR code from your terminal to open your project. On iOS, follow on-screen instructions to get a link.