Estimated Time of Departure Prediction
To be able to build this version, you need to do the following:
-
Create a file
secrets.properties
in the root directory of the project. -
Paste
DM_API_KEY={YOUR_API_KEY}
in the file. -
Replace
{YOUR_API_KEY}
with your Google API key (get key from Developer Console or Documentation page). -
Paste
W_API_KEY={YOUR_API_KEY}
in the file in a new line. -
Replace
{YOUR_API_KEY}
with your OpenWeatherMap API key (get key from OpenWeatherMap API keys Page).
To contribute to this project, please follow the AngularJS commit guidelines.