0.0.1 • Published 6 years ago

multiclass-plots v0.0.1

Weekly downloads
1
License
BSD-2-Clause
Repository
github
Last release
6 years ago

Multiclass Density Maps

teaser

Development

Install NodeJS and NPM from https://nodejs.org/en/download/

Clone the repo:

git clone https://github.com/e-/Multiclass-Density-Maps.git
cd Multiclass-Density-Maps

Install the dependencies:

npm install

Start the dev server:

npm start

Open the address that the server gives and navigate to example-parsed.html.

In case of problem when installing topojson, try npm install topojson --no-bin-links.