All Projects → bondhome → api-v2

bondhome / api-v2

Licence: other
Bond V2 API Documentation

Programming Languages

Makefile
30231 projects
Handlebars
879 projects
Dockerfile
14818 projects
shell
77523 projects

Bond API V2

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/

Contribuing

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.

Prerequisite

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

Build image

make build

Run cloud or local documentation

Cloud

make build
make run_cloud

Local

make build
make run_local

Bundle cloud or local documentation

Cloud

make build
make bundle_cloud

Private

make build
make bundle_local

Tests

This command should be running with python3 and pyyaml instaled

make test

Read documentation

Open browser at localhost:8080.

Specification

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].