Weather by API-Ninjas

フリーミアム
よって API Ninjas Team | 更新済み vor 2 Monaten | Weather
人気

9.8 / 10

レイテンシー

644ms

サービスレベル

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

ディスカッションに参加しましょう-以下にコメントを追加してください:

ログイン/サインアップして新しいコメントを投稿