Realtime Weather App Chrome Extension using React Js and OpenWeather Api
Ghttps://api.openweathermap.org/data/2.5/weather? & appid={API key}
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
https://api.openweathermap.org/data/2.5/weather?q={city name}&appid={API key}
| Parameter | Type | Description |
| :——– | :——- | :——————————– |
| id
| string
| Required. Id of item to fetch |
.
I’m a full stack developer…