D3.js Globe Map showing worldwide meteorite landings with additional information about weight and classification. Live
- d3 - JavaScript library for visualizing data using web standards.
- d3-tip - Tooltips for d3.js visualizations.
- TopoJSON - An extension of GeoJSON that encodes topology.
- World Atlas - Pre-built TopoJSON from Natural Earth.
- Webpack - A bundler for JavaScript and friends.
- Babel - A compiler for writing next generation JavaScript.
- PostCSS - A tool for transforming CSS with JavaScript.
yarn
- install dependencies.yarn start
- startwebpack-serve
in development.yarn build
- build for production todist
directory.yarn deploy
- build and deploy to Github Pages.yarn check
- analyze size of dependencies in the bundle.