Weather by API-Ninjas

FREEMIUM
(Ким) API Ninjas Team | Оновлено לפני חודש | Weather
Популярність

9.8 / 10

Затримки

654ms

Рівень обслуговування

100%

Health Check

N/A

Повернутися до всіх обговорень

use this code it works

Rapid account: Aellysijapati 12
aellysijapati12
לפני שנה

const url = “https://weather-by-api-ninjas.p.rapidapi.com/v1/weather?city=Lucknow”;
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(url, options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));

Приєднуйтесь до обговорення — додайте повідомлення нижче:

Вхід / Реєстрація, щоб публікувати нові повідомлення