Transit Bot Getting from A to B from Skype, Slack, or Facebook


Shortly after moving to Copenhagen, the local Node.js Meetup had a bot-themed hack day. Microsoft had just recently announced a bot framework and I was still having trouble getting around the city so I thought I’d tackle both. The bot currently uses a local transit API from rejseplanen and can accept natural language queries powered by a LUIS model that I’ve trained. That means you can ask the bot how to get between two points in Denmark the same way you would ask a person.

“How do I get from Kanalvej 2, Lyngby to Østerport Station?”

“When is the next train from Copenhagen Station to Aarhus?”

“Get me from Amelienborg Slot to Vesteport.”

You don’t have to take my word for it, though. Try it out below! And if it doesn’t perfectly for you, don’t worry, LUIS can learn from its mistakes. I also have several improvements in mind and I’m considering adding Google Directions API for increased flexibility.

Source: github - Technologies Used: Microsoft Bot Framework, Microsoft LUIS - Type: Chat bot - Date: May 2016