Skip to content

Amazon Alexa skill written in Python, designed to allow querying of the WMATA API.

Notifications You must be signed in to change notification settings

pcodes/dc_metro_skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DC Metro Times Alexa Skill

Ever wondered when the next train will be arriving in the DC Metro? Using the WMATA train API and Python, this Amazon Alexa skill responds to requests questions about train times from a specific station, as well as questions about the metro system status in general.

Note: This skill is currently unpublished, with an actual release date TBD.

Features

  • Train times from specific stations: Ask for a specific station, and it will respond with all available train times from that station.
  • Metro Status: Is the metro on fire? This skill can tell you
  • Fuzzy Matching: Thanks to the fuzzywuzzy string-matching library, support for partial station-correctness is available. Example, saying "Foggy" as a station name will auto match to "Foggy Bottom"

About

Amazon Alexa skill written in Python, designed to allow querying of the WMATA API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages