Powered by the Weather Underground API. Built using D3, React, Redux, and Webpack with custom reusable react components for D3 charts.
The app requires a weather underground api key which must be set in
/environment.json
(the example file can be used and moved to
/environment.json
) or set as an environment variable on WUNDERGROUND_API_KEY
.
# Install
npm install
# Serve
npm start
# Build into ./dist directory
npm run build