door43-client-fork
v0.9.11
Published
A client library for interacting with the Door43 Resource API.
Readme
This is a fork of node-door43-client
Local build & install
After cloning this fork, run:
npm install npm pack
This will generate a node package file (*.tgz) at the current directory. In your project, install the newly created package with:
npm install [path to your local package file]
Don't forget to remove the references to the original library!
