Skip to content

joeyheo/Weather-App

Repository files navigation

Weather App

Welcome to the Weather App repository! This React Native application provides a sleek and intuitive way to view the weather forecast. Utilizing the OpenWeatherMap API, it offers real-time weather updates based on your current location.

Features

  • Current Location Weather: Automatically fetches weather data based on your current geographical location.
  • Daily Forecasts: Scroll through daily weather forecasts with ease.
  • Elegant UI: A clean and modern user interface that displays temperature, weather conditions, and more.
  • Dynamic Date Display: Shows the date corresponding to each weather forecast.

Installation

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/weather-app.git
  2. Install dependencies:

    Navigate to the project directory and run:

    npm install
  3. Start the application:

    npm start

Usage

Upon launching the app, it will request permission to access your location. Once granted, it will display the weather forecast for your current city. Swipe horizontally to view the weather forecast for the upcoming days.

API Key

The app requires an API key from OpenWeatherMap. Replace API_KEY in the code with your own API key.

Contributing

Contributions to enhance the Weather App are welcome. Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments


This README was generated with ❤️ by Joey

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors