issues
search
jwestw
/
Public_Transport_Efficiency
A project to measure the efficiency of public transport in the UK
MIT License
1
stars
0
forks
source link
api_key_fix
#58
Closed
chloe-murrell
closed
2 years ago
chloe-murrell
commented
2 years ago
For the TravelTime API you need to save your ID and Key in an environment and not push these to GitHub as they should remain private.
In order to do this I saved them to my .bash_profile file on my computer.
A better way to do this could be to have a .env file in the project repo which is excluded in the gitignore.