项目作者: Antonvb

项目描述 :
Visualising Meteor Data
高级语言: JavaScript
项目地址: git://github.com/Antonvb/meteor-map.git
创建时间: 2018-09-30T15:33:25Z
项目社区:https://github.com/Antonvb/meteor-map

开源协议:

下载


code style: prettier

Meteor Map for Meteors from 1901 to 2013

Experimenting with d3 maps and a NASA meteor data set.
The aim was to create an autoplay meteor visualisation that renders meteors based on their size on the map.

The dataset: https://data.nasa.gov/resource/y77d-th95.json

Project Demo

Access the project demo here -> http://meteor-map.s3-website-eu-west-1.amazonaws.com/

Build Commands

Executed from the projects root directory:

  1. # Build
  2. npm run buid
  3. # Webpack Dev Server
  4. npm run start