mirror of
https://github.com/tribufu/tribufu-js
synced 2026-05-18 09:35:44 +00:00
Compare commits
No commits in common. "main" and "1.3.0" have entirely different histories.
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
||||||
// Copyright (c) Tribufu. All Rights Reserved.
|
|
||||||
// SPDX-License-Identifier: MIT AND Apache-2.0
|
|
||||||
|
|
||||||
import dotenv from "dotenv";
|
|
||||||
import { TribufuApi } from "../build/index.mjs";
|
|
||||||
|
|
||||||
dotenv.config();
|
|
||||||
|
|
||||||
async function main() {
|
|
||||||
const tribufu = TribufuApi.default();
|
|
||||||
console.log(await tribufu.getCurrentIpAddress());
|
|
||||||
}
|
|
||||||
|
|
||||||
main();
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue