const options = { method: 'GET', headers: { 'X-RapidAPI-Host': 'horoskopos.p.rapidapi.com', 'X-RapidAPI-Key': 'a148bd921amsh5836663ff6e6ff3p1a4494jsn562015b83ca8' } }; fetch('https://horoskopos.p.rapidapi.com/zodiac-signs/today?lang=fr&timezone=asia-dubai', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
top of page
Blog Likes: Members_Page

chavezraquel23

More actions
bottom of page