Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 595 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 595 Bytes

Weather D3.js App

Powered by the Weather Underground API. Built using D3, React, Redux, and Webpack with custom reusable react components for D3 charts.

Live Demo

Click here to view

Instructions

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