multiclass-plots
v0.0.1
Published
![teaser](https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/master/teaser.png)
Downloads
4
Readme
Multiclass Density Maps
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
.