Get messages sent throw Microsoft Form via Sharepoint API, render this messages in a fashined style and send to Resolume via Syphon.
It consists with two apps:
- A node application that get the messages from Sharepoint OAUTH.
- A openframeworks application that get these messages, render and send to Resolume in Syphon protocol.
In node_gateway, create a copy of .env.example and name it .env
.
Change the file variables with your Microsoft Sharepoint credentials. More information of how to retrieve that.
npm install -g pkg
pkg . --targets node12-mac
It was only tested in Mac OS, but should work in other systems too.