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

Closer than ever to your next adventure

Add paragraph text. Click “Edit Text” to update the font, size and more. To change and reuse text themes, go to Site Styles.

Upload
Max: 2 MB
Short video upload
Max: 2 MB
Upload Photo
Max: 2 MB
bottom of page