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