1.1.0 • Published 1 year ago

@super-anki/anki-sdk v1.1.0

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

Anki SDK

This package allows to communicate with Anki cars via Bluetooth.

Installation

npm install @super-anki/anki-sdk

Usage

import { CarStore } from "@super-anki/anki-sdk"

const store = CarStore.getInstance()
store.onOnline((car) => {
    // Car is available for connexion
})
store.onOffline((car) => {
    // Connexion lost with the car (battery died, or power button pressed)
})
1.1.0

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.0

1 year ago