NAV-O short for Navigation Officer is an Alexa Skill that leverages public available water-level data from the United State's network of Tide Stations to provide information on the current tide.
Code4HR welcomes contributions for these projects, if you're interested in contributing here's how you can start:
- Fork this repository to your own Github account.
- Clone the repository to your computer.
- In your terminal,
cd
to the repository and rungit remote add upstream https://github.com/Code4HR/Alexa_NavO.git
- Make your changes.
- When finished with changes,
push
to your repository and then create apull request
to the Code4HR repository. - We'll review your changes and merge. Thanks!
Version 0.1
- Responds to invocation "Nav O."
- Understands intent "what is the tide at "
Future Options
- Understands intent "when is the next <High|Low> tide at "
- Understands intent "what will the tide be at at "
- Understands intent "what are the <n...> nearest Tide Stations to me"
- Understands intent "when is the next Max <Ebb|Flow> current at "
- Understands intent "what will the current be at at "
- Understands intent "what are the <n...> nearest Current Stations to me"
- Understands intent "what is the current at "
Supporting Feature Request
- Automate retrieval of tide station data
Forked From Pressure Check by @raelshark