"# tides_sa"
Tides_sa is a personal project of mine that fetches and displays weather and tide data from 3rd party vendors. Specifically set up for the South African coast line
If it does not work, its most likely that the API key needs updating (Its a mess to sort out if you dont know what is going, I will clean up the code in time)
To get up and running:
setting up a virtualenv:
http://python-guide-pt-br.readthedocs.io/en/latest/dev/virtualenvs/
Clone
git clone https://github.com/VaughnDV/tides_sa.git
Install requirements
pip install -r requirements.txt
Run
python app.py