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

https://github.com/liwa-dev/weather-app

A weather app that fetches data from an API based on user input and displays the weather information for the selected location.
https://github.com/liwa-dev/weather-app

Last synced: 11 months ago
JSON representation

A weather app that fetches data from an API based on user input and displays the weather information for the selected location.

Awesome Lists containing this project

README

          

# Weather App

This is a simple weather app built with ReactJS that allows users to get the current weather data of a location by entering the city and country name.

![Weather App Screenshot](./screenshots/weather.png)

## Technologies Used

- React.js
- CSS
- Api Ninjas

## Getting Started

1. Clone the repository: `git clone https://github.com/your-username/weather-app.git`
2. Install dependencies: `npm install`
3. Obtain an API key from [Api Ninjas](https://api-ninjas.com/) and change api key
4. Start the development server: `npm start`

## Features

- Simple and easy-to-use interface.
- Fetches the current weather data from the API-NINJAS Weather API.
- Supports both city and country name inputs.
- Displays the temperature, city name, humidity, and wind speed of the location.

## Dependencies

- ReactJS
- FontAwesome Icons

## Contributing

Contributions are always welcome! If you find a bug or would like to suggest a new feature, please submit an issue. Pull requests are also encouraged.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.