Skip to content
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 1.19 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.19 KB

Globe Map

D3.js Globe Map showing worldwide meteorite landings with additional information about weight and classification. Live

Globe

Tools

  • 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.

Build

  • yarn - install dependencies.
  • yarn start - start webpack-serve in development.
  • yarn build - build for production to dist directory.
  • yarn deploy - build and deploy to Github Pages.
  • yarn check - analyze size of dependencies in the bundle.

License

MIT