const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.tomorrow.io/v4/weather/realtime?location=toronto&apikey=XXX', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
top of page
Basharat Ahmad Bhat

Basharat Ahmad Bhat

Editor
Admin
More actions

Profile

Join date: Dec 2, 2025

This member hasn't shared any info about themselves yet

This member hasn't written about themselves.

bottom of page