0.4.0 • Published 6 years ago

@powered-up/api v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@powered-up/api

Package Version

A reactive library for controlling LEGO® Powered Up devices.

This package is part of PoweredUpJS.

Disclaimer: LEGO® is a trademark of the LEGO Group of companies which does not sponsor, authorize or endorse this software.

Getting started

Install @powered-up/api as a dependency:

# Install using Yarn
yarn add @powered-up/api
# Install using npm
npm install @powered-up/api

Installation problems under Node 10 on macOS 10.13.4

noble is used to establish the BLE connection, it requires xpc-connection on macOS, which currently cannot be installed without errors. Until the problem is officially fixed, the following must be added to your package.json file:

"resolutions": {
  "xpc-connection": "sandeepmistry/node-xpc-connection#pull/26/head"
}

Copyright (c) 2018-present, Clemens Akens. Released under the terms of the MIT License.

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago