Skip to content

pmyers88/dc-metro-echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dc-metro-echo

js-semistandard-style Build Status

Amazon Echo skill for the Washington D.C. Metro

Getting Started

dc-metro-echo is not available publicly in the Echo App Store. In order to use it, you must create an Amazon developer account.

NPM Tasks

  • test - Lints JS code and runs the tests
  • build - Builds the code locally, preparing for the deploy task to be run
  • clean - Erases the results of the build task
  • deploy - Deploys prebuilt code (assumes the build task has been run)
  • clean-deploy - Maven style build chain which encompasses clean, Deploys from a freshly built copy of the local directory

See the package.json for more tasks and details.

Feature Requests

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.

Contributing

This project is open for anyone to contribute. Follow the steps below to do so.

Assigning Issues

If an issue is currently unassigned, feel free to assign it to yourself and begin work on it.

Fork

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

Which branch?

Feature branches for bug fixes or new features should be created from the lastest upstream/master branch.

Testing

We don't have any testing strategy right now.

Pull Request

Please reference any issues you are addressing in your PR.

Join Us Online

Join the chat at https://gitter.im/pmyers88/dc-metro-echo

About

Echo app to tell a user when the next train is arriving at a given metro station.

Resources

License

Stars

Watchers

Forks

Packages

No packages published