antidote_ts_client
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i antidote_ts_client

Weekly Downloads

1

Version

0.2.2

License

Apache-2.0

Unpacked Size

201 kB

Total Files

24

Last publish

Collaborators

  • peterzeller