Weather by API-Ninjas

FREEMIUM
Durch API Ninjas Team | Aktualisiert a month ago | Weather
Popularität

9.8 / 10

Latenz

652ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

this work 1000%

Rapid account: Gouravsandhu 2002
gouravsandhu2002
10 months ago

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));

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen