Source code to documentation for the Bond V2 API, used by Bond Bridge and Smart by Bond products. This is the Local API used within the home Wi-Fi network.
To read the docs, please go here: http://docs-local.appbond.com/
We welcome corrections and improvements to the API documentation. Please open a PR!
By submitting a PR, you are agreeing to have your contribution licensed under the same terms as the rest of the docs. See LICENSE file.
To be able to build and run this project, you need to have Docker and Node.js installed. If you don't know if you have Docker and Node.js or don't know their versions, check it using
docker -v
node -v
- Docker can be installed from their webiste.
- Node.js can be installed from their website or updated using
n
(see instructions)- The minimum Node.js required version is 14.
make build
make build
make run_cloud
make build
make run_local
make build
make bundle_cloud
make build
make bundle_local
This command should be running with python3 and pyyaml instaled
make test
Open browser at localhost:8080.