Amazon Echo skill for the Washington D.C. Metro
dc-metro-echo is not available publicly in the Echo App Store. In order to use it, you must create an Amazon developer account.
test
- Lints JS code and runs the testsbuild
- Builds the code locally, preparing for the deploy task to be runclean
- Erases the results of thebuild
taskdeploy
- Deploys prebuilt code (assumes thebuild
task has been run)clean-deploy
- Maven style build chain which encompassesclean
, Deploys from a freshly built copy of the local directory
See the package.json
for more tasks and details.
If you would like to see a feature added, please file an issue here, it is on our radar. Add the enhancement label to it.
If you would like to work on implementing a feature you have requested, see the Contributing section.
This project is open for anyone to contribute. Follow the steps below to do so.
If an issue is currently unassigned, feel free to assign it to yourself and begin work on it.
Fork the project on GitHub and check out your copy locally.
$ git clone git@github.com:username/dc-metro-echo.git
$ cd dc-metro-echo
$ git remote add upstream git://github.com/pmyers88/dc-metro-echo.git
Feature branches for bug fixes or new features should be created from the lastest upstream/master
branch.
We don't have any testing strategy right now.
Please reference any issues you are addressing in your PR.