Skip to content

Latest commit

 

History

History
executable file
·
24 lines (18 loc) · 738 Bytes

README.md

File metadata and controls

executable file
·
24 lines (18 loc) · 738 Bytes

NYC Complaint Heatmap

This is a project visualising NYC complaint data using the 3DHeatmap example on deck.gl website. The data has been stripped down to only contain latitude and longitude columns in order to reduce its file size.

Screenshot

Usage

  • Install Package
npm install
module.exports = {
  mapboxToken: '{YOUR_MAPBOX_TOKEN}'
};
  • Start the app by running
npm start