https://github.com/macktireh/meteox
MeteoX is a React Native app built with Expo that provides current weather information and forecasts. The app utilizes the https://www.weatherapi.com service to fetch weather data.
https://github.com/macktireh/meteox
expo meteo react-native react-navigation weather-app
Last synced: 2 months ago
JSON representation
MeteoX is a React Native app built with Expo that provides current weather information and forecasts. The app utilizes the https://www.weatherapi.com service to fetch weather data.
- Host: GitHub
- URL: https://github.com/macktireh/meteox
- Owner: Macktireh
- License: mit
- Created: 2023-11-25T10:39:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T22:51:18.000Z (over 2 years ago)
- Last Synced: 2025-01-04T06:32:17.847Z (over 1 year ago)
- Topics: expo, meteo, react-native, react-navigation, weather-app
- Language: TypeScript
- Homepage:
- Size: 2.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MeteoX
MeteoX is a React Native app built with Expo that provides current weather information and forecasts. The app utilizes the https://www.weatherapi.com service to fetch weather data.
## Features
- **Current Weather**: View the current weather conditions for your current location.
- **Hourly Forecast**: Get detailed hourly weather forecasts.
- **Daily Forecast**: Access a 3-day weather forecast.
- **City Search**: Search for weather information in any city around the world.
- **Persistent Storage**: Save your current location for quick access to weather updates.
- **Expiration Control**: Option to set an expiration time for location-based weather data.
## Screenshot
## Prerequisites
Before you begin, ensure you have the following tools installed on your machine:
- Node.js: [Download Node.js](https://nodejs.org/)
- Expo CLI: Install using `npm install -g expo-cli`
- Expo Go App: [Download Expo Go](https://expo.dev/client)
## Installation
1. Clone the repository:
```bash
git clone https://github.com/Macktireh/MeteoX.git
```
2. Navigate to the project directory:
```bash
cd MeteoX
```
3. Install dependencies:
```bash
npm install
```
4. Start the Expo development server:
```bash
npm start
```
5. Open the Expo Go app on your mobile device and scan the QR code displayed in the terminal.
## Configuration
1. Get your API key: Visit https://www.weatherapi.com and register for your API key.
2. Rename the `.env.example` file to `.env` and add your API key:
```bash
EXPO_PUBLIC_WEATHER_API_KEY=YOUR_API_KEY
```
Replace `YOUR_API_KEY` with the actual API key you obtained from https://www.weatherapi.com.
## Usage
- Launch the app on your mobile device using Expo Go.
- Allow location access for accurate weather information.
- Explore the various features such as current weather, hourly and daily forecasts, and city search.
## Contributing
Feel free to contribute to MeteoX! You can open issues, submit pull requests, or provide suggestions for improvement.
## License
This project is licensed under the [MIT License](LICENSE).