Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cack195/climaview
A simple React-based weather application that allows users to get weather information by entering a city and country.
https://github.com/cack195/climaview
Last synced: about 2 months ago
JSON representation
A simple React-based weather application that allows users to get weather information by entering a city and country.
- Host: GitHub
- URL: https://github.com/cack195/climaview
- Owner: cack195
- Created: 2024-08-02T17:16:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T17:27:46.000Z (5 months ago)
- Last Synced: 2024-08-02T19:56:42.412Z (5 months ago)
- Language: JavaScript
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClimaView
A simple React-based weather application lets users get weather information by entering a city and country. The app fetches latitude and longitude coordinates using the OpenWeatherMap Geo API and retrieves detailed weather data using the One Call API. The user interface features a gradient background with a blur effect and a subtle animation that moves slightly opposite the cursor position for an enhanced user experience.## Features
* Fetch weather data using OpenWeatherMap APIs
* Input city and country to get weather details
* Interactive UI## Setup
* Clone the repository ```git clone https://github.com/cack195/ClimaView.git```
* ```npm install```
* ```npm start```