Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 311 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 311 Bytes

Zeabur-js

Official JavaScript client for Zeabur.

Usage

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");