Skip to content

A tool to help you eat smarter along a trip route. Makes use of the Yelp Fusion & Google Maps Distance Matrix APIs.

Notifications You must be signed in to change notification settings

cosst/eat-on-the-way

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eat on the Way

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.

See It Live

Eat on the Way, a working title.

Local Installation

  1. Install Node if you don't already have it installed. Version 6+ required to run the app.
  2. Install yarn.
  3. Install yarn dependencies with yarn install
  4. 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.
  5. Create a .env file in the root of your project where you set your Yelp access token: YELP_TOKEN=123456EXAMPLE
  6. 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.

Running The Development Server

yarn start

About

A tool to help you eat smarter along a trip route. Makes use of the Yelp Fusion & Google Maps Distance Matrix APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published