A website that will recommend places to eat based on your location. Built using Node js and Apple's new MapKit JS framework. Automatically signs a JWT using jsonwebtoken.
Created as a tribute to WTFSIGTE.COM
- node js
To obtain the following visit Apple's Site
- Private key for Apple Maps
- Apple Development team ID
- MapKit Key ID
Clone this repo and create a .env
file similar to .env_sample
and then run the following commands.
npm install
npm start
To view the site visit http://localhost:3000/
If you just want to see the site in action check it out below.
- Allow user to enter their own location.
- Button to pick another result.
- Loading and UI improvements.