Browse Source

Turn real weather data back on

master
Nathan Bergey 5 years ago
parent
commit
5a78a9da99
  1. 4
      src/index.js

4
src/index.js

@ -5,8 +5,8 @@ import './style.sass'
const canvas = d3.select('svg')
//const url = 'https://forecast.weather.gov/MapClick.php?lat=39.9243509&lon=-75.1696126&FcstType=digitalDWML'
const url = '/forcast.xml'
const url = 'https://forecast.weather.gov/MapClick.php?lat=39.9243509&lon=-75.1696126&FcstType=digitalDWML'
//const url = '/forcast.xml'
const render = function (data) {
data.beginTime = new Date(

Loading…
Cancel
Save