0.11.1 • Published 2 months ago

@busch-jaeger/free-at-home-cli v0.11.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

Library for free@home local device api

This api is unstable.

Install

Npm packages for this project are available here.

To install this packages run:

npm install --registry http://10.3.101.26:4873 free-at-home

Example

Prepare for local development

Change prefix to user writable directory.

npm config set prefix ~/.npm

Install dependencies

npm install

Add link to local package

cd node-free-at-home
npm link

For the package that uses this library:

npm link free-at-home

Build project

npm run build