This project uses CesiumJS, Google Maps, to visualize fires and AQI data in the state of California. The open-source project SoCalAirQuality is also highlighted. SoCalAirQuality provides a simple way for people to track the air quality index of a given region on Twitter.
First, clone this repository. Next run:
npm install
npm start
and navigate to localhost:8080
.
npm start
- Runs a webpack build withwebpack.config.js
and starts a development servernpm run build
- Runs a webpack build withwebpack.config.js
import { Color } from 'cesium';
var c = Color.fromRandom();
import "cesium/Build/Cesium/Widgets/widgets.css";
Pull requests are appreciated. Please use the same Contributor License Agreement (CLA)