Weather by API-Ninjas

ÜCRETSİZ PREMIUM
Taraf API Ninjas Team | Güncelleyen vor 2 Monaten | Weather
Popülerlik

9.8 / 10

Gecikme

644ms

Hizmet Düzeyi

100%

Health Check

N/A

Tüm Tartışmalara Dön

this work 1000%

Rapid account: Gouravsandhu 2002
gouravsandhu2002
vor 10 Monaten

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

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun