@dashevo/dapi-client

v0.4.2
Client library used to access Dash DAPI endpoints

lint

eslint .

test

npm run build && npm run test:node && npm run test:firefox

build

webpack --display-error-details

test:node

nyc --check-coverage --reporter=html --reporter=text --lines=83 --branches=63 --functions=70 mocha test/src --recursive

test:firefox

karma start ./karma.conf.js --browsers Firefox --single-run

check-package

npm run check-package:name && npm run check-package:version

prepublishOnly

npm run build

test:integration

mocha './test/integration/*.spec.js' --timeout 240000

check-package:name

test $(jq -r .name package.json) = $(jq -r .name package-lock.json)

check-package:version

test $(jq -r .version package.json) = $(jq -r .version package-lock.json)
npm i @dashevo/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 4/8/2019

Downloads