Weather by API-Ninjas

免费增值
通过 API Ninjas Team | 已更新 a month ago | Weather
人气

9.8 / 10

延迟

652ms

服务等级

100%

Health Check

N/A

返回所有讨论

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

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论