An open API service indexing awesome lists of open source software.

https://github.com/lonnygomes/three-globe-poc

Experiment with three-globe
https://github.com/lonnygomes/three-globe-poc

datavisualization globe threejs

Last synced: about 2 months ago
JSON representation

Experiment with three-globe

Awesome Lists containing this project

README

          

# three-globe proof of concept

Experiments with the [three-globe](https://github.com/vasturiano/three-globe) library to display data on a globe using three.js.

[![screen shot](screenshot.png)](https://lonnygomes.github.io/three-globe-poc/)

## Usage

This project uses [ParcelJS](https://parceljs.org) to build and package and is easy to launch.

```
npm install
npm start
```

### Production build

The output of the production build resides in the `docs` folder. Run the following NPM script to build a production version

```
npm run build
```