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

https://github.com/samratmallick-dev/WeatherApp

Weather App
https://github.com/samratmallick-dev/WeatherApp

css reactjs vite

Last synced: 3 days ago
JSON representation

Weather App

Awesome Lists containing this project

README

          

## api link

```javascript
const apiUrl = `https://api.openweathermap.org/data/2.5/weather?q=${city}&units=metric&appid=${apiKey}`;

```