Skype to MS Teams Chat Sync Bot

Synchronises a Skype group chat with an MS Teams channel chat. Although at the moment it is just the demo code from MS which echos the input text back to the user :-(

Debug locally

  1. make code changes
  2. download and run botframework-emulator
  3. connect the emulator to http://localhost:3987

Publish changes

The bot will be automatically deployed when new changes are pushed to the source repository. You can also deploy changes manually using the command:

npm run azure-publish