Official JavaScript client for Zeabur.
First, install the package:
npm install zeabur-js
Then, you're able to import the library and initialize it with your API key:
import { createClient } from "zeabur";
const zeabur = createClient("your key here");