Completed by Rachel Cohen Aug. 3, 2017.
Connected to a Node Express API server.
Obtain a client id and secret for the Yelp Fusion API.
Create an app-env
file in the main directory and save the id and secret.
// Inside app-env
export CLIENT_ID='CLIENT_ID'
export CLIENT_SECRET='CLIENT_SECRET'
Source the file into the local environment.
source app-env
Install and start. App will automatically open at localhost:3000.
npm i
cd client
npm i
cd ..
npm start
Available on Heroku.