OneBusAway / onebusaway-alexa

An Java-based app to communicate with Amazon Alexa for devices such as the Amazon Echo
Other
52 stars 18 forks source link

Add intent for getting current stop info #30

Closed barbeau closed 8 years ago

barbeau commented 8 years ago

Knocking off one more item for the commands we want to support in v1.0 (#3). I decided not to persist stop code, and just hit the OBA REST API for fresh stop code and stop name info, based on the saved stopId.

@philipmw Please take a look.

barbeau commented 8 years ago

Ok, just squashed both commits to clean up this PR - should be ready to merge assuming Travis passes.