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
- Host: GitHub
- URL: https://github.com/nicolapps/cmumap
- Owner: Nicolapps
- Created: 2023-03-27T06:03:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T23:21:06.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T20:43:49.073Z (over 1 year ago)
- Topics: mapkit-js, nextjs, react
- Language: TypeScript
- Homepage: https://cmumap.com
- Size: 1.16 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).)