A simple application that demonstrates how to use the Google Maps Directions API to get transit routing details.
- Get a Google API key (if you don't have one already)
- Clone this repo
- Install dependencies:
~$ npm install - Copy
config.js.sampletoconfig.jsand update the file with your Google API key. - Start the app:
~$ npm start - Point your browser to http://127.0.0.1:3000/