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
Aaqib Ashraf

Aaqib Ashraf

Editor
Admin
More actions

Events

Track and manage your events here.
No tickets or RSVPs yet
bottom of page