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.
- Host: GitHub
- URL: https://github.com/liwa-dev/weather-app
- Owner: liwa-dev
- License: mit
- Created: 2023-03-12T15:03:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T15:16:57.000Z (over 3 years ago)
- Last Synced: 2025-02-28T21:07:48.377Z (over 1 year ago)
- Language: JavaScript
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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.