zeabur / zeabur-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zeabur-js

Official JavaScript client for Zeabur.

Usage

First, install the package:

npm install zeabur

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

About

License:MIT License


Languages

Language:TypeScript 94.0%Language:HTML 5.1%Language:Shell 1.0%