A tool to see what's good to eat along your route and how much time it will add to your trip. Makes use of the Yelp Fusion & Google Maps Distance Matrix APIs.
Eat on the Way, a working title.
- Install Node if you don't already have it installed. Version 6+ required to run the app.
- Install yarn.
- Install yarn dependencies with
yarn install
- Create an app with Yelp and then get an access token. This is a great visual guide on how to get your token using Postman.
- Create a .env file in the root of your project where you set your Yelp access token:
YELP_TOKEN=123456EXAMPLE
- Create a .env.default file in the root of your project. This can be blank but is necessary for the webpack-dotenv-plugin dev dependency to work properly.
yarn start