Docs
Using API Keys in Node.JS
Using API Keys in Node.JS
How to use the Euler Stream API keys in the 3rd-party Node.JS library.
Prerequisites
- You have signed up for an Euler Stream account.
- You have created an API key in the Euler Stream dashboard.
- You have installed the
TikTok-Live-Connector
Node.JS library.
How to Use
To use the Euler Stream API keys in the Node.JS library, you need to set the API key config setting before instantiating the client instance. Here's an example hello-world script demonstrating this: