mirror of
https://github.com/tribufu/sdk-js
synced 2025-06-16 02:34:19 +00:00
10 lines
236 B
JavaScript
10 lines
236 B
JavaScript
// Copyright (c) Tribufu. All Rights Reserved.
|
|
|
|
import dotenv from 'dotenv';
|
|
import { TribufuClient } from '../build/index.mjs';
|
|
|
|
dotenv.config();
|
|
|
|
const client = TribufuClient.fromEnv("TRIBUFU");
|
|
const clientId = client.getClientId();
|