Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 671 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 671 Bytes

Find a food truck closer to you in SFO downtown.

If you click on the map at your desired location, the app will find the nearest 7 food trucks for you. This simple version uses geolib and react-google-maps library to achieve the desired outcome.

Running Locally

  • clone or download the code
  • You will need a Google Maps API Key to run this app locally. Create a new API key from the Google Cloud Platform console, then in
    .env.local file create an ENV var with the name REACT_APP_FOODTRUCK_APP_GOOGLE_KEY.
  • npm install
  • npm run start

Demo