0.2.2 • Published 6 years ago

antidote_ts_client v0.2.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

This is a JavaScript Client for AntidoteDB.

Installation

The library is available as an npm package. Run the following command to add it as a dependency to your project:

npm install --save antidote_ts_client

Documentation

Documentation is available at https://antidotedb.github.io/antidote_ts_client/

Development / Contributing

Build Status

To build and compile the library execute:

npm install
npm run compile

Tests are written in Mocha and can be found in src/tests.ts. To execute the tests, start Antidote and then run the tests via npm:

# Start Antidote using Docker
docker run -d --name antidote --restart always -p "4368:4368" -p "8085:8085" -p "8087:8087" -p "8099:8099" -p "9100:9100" -e NODE_NAME=antidote@127.0.0.1 antidotedb/antidote
# Run Tests
npm test

Feel free to open pull requests or open issues.

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago