Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.13 KB

WSIGTE (Where Should I Go To Eat?)

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

Requirements

  • node js

To obtain the following visit Apple's Site

  • Private key for Apple Maps
  • Apple Development team ID
  • MapKit Key ID

Usage

Clone this repo and create a .env file similar to .env_sample and then run the following commands.

  1. npm install
  2. npm start

To view the site visit http://localhost:3000/

Demo

If you just want to see the site in action check it out below.

https://wsigte.herokuapp.com/

Screenshot

WSIGTE in browser

TODO

  • Allow user to enter their own location.
  • Button to pick another result.
  • Loading and UI improvements.