Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeabur/zeabur-js


https://github.com/zeabur/zeabur-js

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# `Zeabur-js`

Official JavaScript client for Zeabur.

## Usage

First, install the package:

```bash
npm install zeabur-js
```

Then, you're able to import the library and initialize it with your API key:

```javascript
import { createClient } from "zeabur";

const zeabur = createClient("your key here");
```