The are 3 files and 1 folder that are so far used to communicate with the OpenTripPlanner API and retrieve trip information.
node_modules - contains NPM packages
package-lock.json - idk but important
package.json - idk but important
app.js - node file that can be given API calls, currently has one hard coded, and will parse the retrieved json data, can currently log trip duration as well as array of all polylines for the trip. Run with 'node app.js'. Install node to run.
run otp - 'java -Xmx2G -jar otp-1.4.0-shaded.jar --build ~/Documents/otp --inMemory'