Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 1.63 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.63 KB

NAV-O

An Alexa Skill for Nautical Data

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.

Contributing

Code4HR welcomes contributions for these projects, if you're interested in contributing here's how you can start:

  1. Fork this repository to your own Github account.
  2. Clone the repository to your computer.
  3. In your terminal, cd to the repository and run git remote add upstream https://github.com/Code4HR/Alexa_NavO.git
  4. Make your changes.
  5. When finished with changes, push to your repository and then create a pull request to the Code4HR repository.
  6. We'll review your changes and merge. Thanks!

Features Plan

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