Skip to content

Commit

Permalink
refactor: rewrite types, improve code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
octoshikari committed May 12, 2022
1 parent 55a007d commit 887db31
Show file tree
Hide file tree
Showing 24 changed files with 2,080 additions and 4,492 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml → .github/workflows/chore.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Build & Test

on:
push:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.15.0
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
![test](https://github.com/aidbox/node-server-sdk/actions/workflows/test.yml/badge.svg?branch=v2)
![Build & Test](https://github.com/aidbox/node-server-sdk/actions/workflows/chore.yml/badge.svg?branch=v2)

## Requirements

- NodeJS 16 or above
- Aidbox Instance (Local or Cloud)


## Install

```npm
pnpm install @aidbox/node-server-sdk
```
or
```npm
npm install @aidbox/node-server-sdk
```
or
```npm
yarn add @aidbox/node-server-sdk
```
Loading

0 comments on commit 887db31

Please sign in to comment.