Python examples on how to use the Storm Glass API. For more information about the request and response structure visit https://stormglass.io
For all examples you'll need an API key. Sign up at https://stormglass.io to get you own free developer key.
The examples rely on https://github.com/pypa/pipenv and Python 3.8
$ pipenv install$ STORMGLASS_API_KEY=<INSERT YOUR API TOKEN> pipenv run python ./scripts/name_of_script.py