Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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```