weaver-sdk
v25.2.1-beta.2
Published
Weaver SDK for JavaScript
Downloads
1,848
Keywords
Readme
Weaver SDK for JavaScript
A library that gives you access to the Weaver platform from your JavaScript app.
This readme covers development documentation, for usage documentation, see: weaver-docs
Docker composition
To get a weaver installation up and running, use the following command:
docker-compose -f test-server/docker-compose.yml up
This starts a weaver-server, database-connector, and file storage (minio) container which the SDK can connect to and perform operations on.
Install dependencies
$ yarn
Run tests
Please note that these require a running weaver installation (such as provided by the docker composition), and the contents of that installation will be wiped as part of the test run.
$ yarn test
Coding style
Follow the sysunite coffeescript style guide