0.2.2 • Published 8 years ago

antidote_ts_client v0.2.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 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

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago