Category: Uncategorized

  • // get your key from app.tomorrow.io/development/keysconst API_KEY = ‘fPo5xUf7M7JzNmbtwLQlGaamJ4MHiR7B’; // pick the field (like temperature, precipitationIntensity or cloudCover)const DATA_FIELD = ‘precipitationIntensity’; // set the ISO timestamp (now for all fields, up to 6 hour out for precipitationIntensity)const TIMESTAMP = (now); // initialize the mapfunction initMap() {var map = new google.maps.Map(document.getElementById(‘map’), {zoom: 7,center: {lat: 30.318050,lng: -87.704060}});…

  • Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!