Weather by API-Ninjas

פרמיום
על ידי 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));

הצטרף לדיון - הוסף תגובה למטה:

התחבר / הירשם כדי לפרסם תגובות חדשות