Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeabur/zeabur-js
https://github.com/zeabur/zeabur-js
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeabur/zeabur-js
- Owner: zeabur
- License: mit
- Created: 2024-01-08T08:27:11.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T05:38:20.000Z (6 months ago)
- Last Synced: 2024-11-04T03:04:19.314Z (2 months ago)
- Language: TypeScript
- Size: 101 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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");
```