An open API service indexing awesome lists of open source software.

https://github.com/nicolapps/cmumap

πŸ“ Interactive map of the Carnegie Mellon University campus
https://github.com/nicolapps/cmumap

mapkit-js nextjs react

Last synced: 9 months ago
JSON representation

πŸ“ Interactive map of the Carnegie Mellon University campus

Awesome Lists containing this project

README

          

# CMU Map

CMU Map is a map of the Carnegie Mellon University campus that includes floor plans.

This project was created as part of the [Programming Usable Interfaces](https://cmucourses.com/course/05-430) class.

* [Deployed website](https://cmumap.com)
* [Demo video](https://drive.google.com/file/d/1x_q52KOLjAtRPedbTBAPV6XU0x4CXCZt/view?usp=sharing)
* [Final project write-up](write-up.pdf)

## Run locally
* Install [Node.js](https://nodejs.org/en) if it isn’t already installed.
* Run the following commands:
```
npm install
NEXT_PUBLIC_MAPKITJS_TOKEN="..." npm run dev
```

(Replace `...` by an API token for [MapKit JS](https://developer.apple.com/maps/web/).)