@dashevo/dapi-client

v0.21.5
Client library used to access Dash DAPI endpoints

lint

eslint .

test

npm run test:coverage && npm run test:browsers

build:web

webpack

test:node

NODE_ENV=test mocha

test:unit

mocha './test/unit/**/*.spec.js'

test:browsers

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

test:coverage

NODE_ENV=test nyc --check-coverage --stmts=98 --branch=98 --funcs=98 --lines=95 mocha 'test/unit/**/*.spec.js' 'test/integration/**/*.spec.js'

prepublishOnly

npm run build:web

test:integration

mocha './test/integration/**/*.spec.js'
npm i @dashevo/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 11/25/2021

Downloads