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

https://github.com/planetarium/9c-bot-sdk

A development kit to help you easily write scripts or bots related to Nine Chronicles in JavaScript (Node.js / Deno).
https://github.com/planetarium/9c-bot-sdk

Last synced: 10 months ago
JSON representation

A development kit to help you easily write scripts or bots related to Nine Chronicles in JavaScript (Node.js / Deno).

Awesome Lists containing this project

README

          

# 9c-bot-sdk

A development kit to help you easily write scripts or bots related to Nine
Chronicles in JavaScript (Node.js / Deno).

## Prerequisites

You should install **deno** to build and pack.

### macOS

```
brew install deno
```

## Type Check

```
deno check ./mod.ts
deno check ./examples/*.ts
```