Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 686 Bytes

File metadata and controls

22 lines (12 loc) · 686 Bytes

Data Vizualization

See the live demo at https://www.lab84.org/

Demo

Final project for Data Vizualization (Tufts COMP-177, taught by Professor Megan Monroe)

Visualization by Jeremy Kanovsky (0xJeremy) and Ben London (0bLondon)

Data obtained courtesy of NASA

To Use

To run, use npm run-script local in the top level directory. (Page will open to localhost:3000)

NOTE: To run, a file must be created in src/components called APIKey.js. This file must contain the following:

export default 'MAPBOX API KEY';