Maps with MapBox

Overview

Mapbox is a Javascript library that allows you to add maps to your projects

Demo Application Summary

This application uses Mapbox chart a map of all of the Museums in NYC.

download NYC Museums Map

Setup Instructions

  1. Sign up for a Mapbox account

  2. Download the demo application and save files in your class folder

  3. Add your Access Token to main.js on line 7

    inline

  4. Run a Local Server on your computer (Required!) Using the command line, navigate to the project folder (from Step #2 above) and start a local server

  5. Open up your browser and type the following address into the address bar: http://localhost:8000