MBTA Realtime API Helper Library written in javascript.
- Fork the repository and clone it.
- Add a file
src/key.json
that looks like:{ "key" : "your mbta api key here in quotes" }
$ npm install
in the root of the project.- Run a test file in the folder
tests/
. - Make a new pull request with changes.