A teleprompter application for the Monocle by Brilliant Labs
Uses the Google Slides API to gather speakers notes from a presentation, then displays the slides on the monocle.
- Ensure Node & NPM are installed
- Create a new Google Cloud Project at https://cloud.google.com/
- In the Google Cloud console, go to Menu menu > APIs & Services > Credentials
- Click Create Credentials > OAuth client ID
- Click Application type > Web application
- In the Name field, enter a name for the credential (doesn't matter)
- Add authorized URIs related to your app:
- Client-Side App- Under Authorized JavaScript origins, click Add URI & enter http://localhost:3000
- Server-Side App Under Authorized redirect URIs, click Add URI & enter http://localhost:3000/
- Click Create
- Enter Client ID into top of auth.js
- In the Google Cloud console, go to Menu > APIs & Services > Credentials
- Create credentials > API Key
- Copy API Key & Paste into top of auth.js