11.12.0 • Published 4 years ago

weaver-sdk-js v11.12.0

Weekly downloads
5
License
GPL-3.0
Repository
-
Last release
4 years ago

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