This is a simple weather app that uses the WeatherAPI to get the current weather for a given city. The app is built using react-native.
This project is done as the final project of the 2024 Winter semester mobile programming class at UQAC.
To program on Android you need to have your Android environment set up. You can follow the instructions here.
You also need to have Java installed on your computer, between version 17 and 21.
To be able to do API calls, you'll need to create a .env file at the root of the project and add the following line to it:
WEATHER_API_KEY="your_api_key"
You can get an API key by creating an account on the WeatherAPI website.
Once you have your environment set up and your API key, you can run the following commands to start the app:
yarn install
# To run the app on an Android emulator
yarn android
# To run the app on an iOS emulator
npx pod-install
yarn ios
Johan Chrillesen |
Louis Villedieu |
Maxime Hoffbeck |
Copyright © 2023 - Johan CHRILLESEN, Maxime HOFFBECK, Louis VILLEDIEU.
This project is under the MIT License.