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

https://github.com/puripant/grid-deck

Try Deck.gl with a simple UI
https://github.com/puripant/grid-deck

deckgl map visualization

Last synced: 11 months ago
JSON representation

Try Deck.gl with a simple UI

Awesome Lists containing this project

README

          

# grid-deck

Try Deck.gl with a simple UI.

## Instruction

```
npm install deck.gl --save

yarn
npm start
```

Don't forget to set your MapboxAccessToken e.g.

```
export MapboxAccessToken=...
```