Weather by API-Ninjas

GRATIS CON POSSIBILITÀ DI UPGRADE
Da API Ninjas Team | Aggiornamento एक महीने पहले | Weather
Popolarità

9.8 / 10

Latenza

654ms

Livello di servizio

100%

Health Check

N/A

Torna a tutte le discussioni

this work 1000%

Rapid account: Gouravsandhu 2002
gouravsandhu2002
10ヶ月前

const options = {
method: ‘GET’,
headers: {
‘content-type’: ‘application/octet-stream’,
‘X-RapidAPI-Key’: ‘763c810bdfmshb9f4669b80c3925p18d818jsn3db5be365864’,
‘X-RapidAPI-Host’: ‘weather-by-api-ninjas.p.rapidapi.com
}
};

fetch(‘https://weather-by-api-ninjas.p.rapidapi.com/v1/weather?city=Lucknow’, options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti