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

https://github.com/codersamrat/weatherapp

Weather App
https://github.com/codersamrat/weatherapp

css reactjs vite

Last synced: 12 months 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}`;

```