Simple weather application using React Native and Expo, featuring integration with a third-party weather API. This app provides real-time weather updates and forecasts.
VSCode + TypeScript for development.
Before you start, make sure you have the following installed:
- Clone the repository:
git clone https://github.com/Lazar4o/Weather-App.git
cd Weather-App
- Install dependencies:
npm install
- Environment Configuration:
- Obtain an API key from your weather data provider - https://openweathermap.org and ensure it is included in your project settings or .env file.
- Start the development server:
npx expo start --clear
- Scan the QR code with Expo Go:
- Open the Expo Go app on your mobile device and scan the QR code provided in the terminal to run the app on your device.
Use the app to get real-time weather updates and forecasts. Features include:
- Current weather conditions display
- Search for cities to get weather details
For more details on configuration, see the Expo Configuration Reference.
Contributions are welcome! Please refer to the repository's issues page to discuss potential changes or enhancements.
Distributed under the MIT License. See LICENSE file for more information.
Feel free to adjust the content according to the actual features and configurations of your app. This structure helps provide clear setup instructions and comprehensive information about the project in a professional format.