0.0.11 • Published 1 year ago

zrok v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

zrok

To install dependencies:

use pnpm/yarn/npm

$ pnpm add zrok
# or
$ yarn add zrok
# or
$ npm i zrok

use bun

bun i --trust zrok

Invite

import zrok from "zrok";
const response = await zrok.invite("lerte@zrok.com");
// if success
// response.status 201
// response.statusText Created

Create Account

Check your email inbox, click the red button Create Account

Enable

// Enable your enviroment from Create Account link
// Copy the enable text for top right of your account
// paste to the enable parameter
const await zrok.enable("enalbe ************");

Sharing

const share = zrok.share("share public localhost:8080");
// kill share
share.kill();

Overview

const overview = zrok.overview();
// result
// {
//   environments: [
//     {
//       environment: [Object ...],
//     }
//   ],
// }

⚠️ Note:

如果安装失败,可以手动从https://github.com/openziti/zrok/releases下载对应平台最新的压缩包 tar.gz 格式的,直接放到 node_modules/zrok 目录,再执行

node node_modules/zrok/dist/install.js
0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.1

1 year ago