An open API service indexing awesome lists of open source software.

https://github.com/tanvirhasanprince/react-weather-app


https://github.com/tanvirhasanprince/react-weather-app

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Weatherly
Weatherly is a simple weather app built with React that allows you to view current weather conditions and a 7-day forecast for any city in the world. The app uses APIs from Rapid API and Open Weather API to retrieve weather data for the specified location.

## Live Demo
Check out the live demo of Weatherly: [here](https://64336f81d30591261f6080b3--meek-centaur-9119eb.netlify.app/).

## Features
- Get current weather information for any city in the world.
- Get a 7-day forecast for any city in the world.
- Search for a city by name using the search bar.
- Displays temperature, humidity, and wind speed for the selected city.

## Technologies Used
- React
- CSS
- JavaScript

## Installation
To run Weatherly locally, follow these steps:

Clone this repository to your local machine:
``` git clone https://github.com/your-username/weatherly.git ```

Install dependencies using npm:
``` npm install ```

Create a .env file in the root directory of the project and add your Open Weather API key:
``` REACT_APP_OPEN_WEATHER_API_KEY=your_api_key```

Start the app using npm:
``` npm start ```

The app will be available at http://localhost:3000.

## Credits
Weatherly was built by Tanvir Hasan Prince. Feel free to reach out to me with any questions or suggestions for improving the app.

## License
This project is licensed under the terms of the [MIT license](https://opensource.org/licenses/MIT "MIT License")