Skip to content

mpk/earth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

earth

Visualization of earthquakes from 2010 to 2016.

Screenshot

Technology

The visualization uses ES6, Three.js (WebGL), React and Redux.

Building

In order to run the visualization on a local web server, it is necessary to run the build step:

  • Install node.js (at least version 5.0).

  • In the project root folder, create a folder named build and run:

npm install

npm run development # Development version
npm run release # Production (minified) version

Tests

In the project root folder, run:

npm test

Open localhost:9876 (Karma test runner) in a browser and see the results in the console.

License

MIT

Earthquakes data: USGS

Earth texture: NASA Visible Earth

Stars texture: NASA Scientific Visualization Studio

About

Earthquakes visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published