mirror of
https://github.com/tribufu/tribufu-js
synced 2026-05-06 14:57:26 +00:00
9 lines
236 B
JavaScript
9 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();
|