Skip to content

AEtherside/skland-kit

Repository files navigation

skland-kit

npm version License: MIT Node.js

为森空岛一些可用的 API 封装的客户端. 偷偷摸摸地用😎

安装

pnpm add skland-kit

快速开始

创建客户端实例,然后就可以用了

import { createClient } from 'skland-kit'

const client = createClient({
  baseURL: 'https://zonai.skland.com',
  timeout: 30000,
  driver: yourStorageDriver
})

开发

# 安装依赖
pnpm install

# 运行测试
pnpm test

# 构建项目
pnpm build

# 代码检查
pnpm lint

# 代码格式化
pnpm format

环境变量(开发/测试)

开发中测试用的环境变量有

VITE_SKLAND_TOKEN=your_hypergryph_token
VITE_SKLAND_UID=your_uid

许可证

MIT License

About

森空岛妙妙工具

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors