Weather by API-Ninjas

FREEMIUM
Par API Ninjas Team | Mise à jour vor einem Monat | Weather
Popularité

9.8 / 10

Latence

654ms

Niveau de service

100%

Health Check

N/A

Retour à toutes les discussions

Solved Error "Syntax Error"

Rapid account: Aayush 9119
aayush9119
vor einem Jahr

// Use this one.

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

Rapid account: Aellysijapati 12
aellysijapati12 Commented vor einem Jahr

just need to use " " double quote instead of ’ ’ one then it works perfectly

Participez à la discussion - ajoutez un commentaire ci-dessous:

Connectez-vous / Inscrivez-vous pour publier de nouveaux commentaires