Skip to content

BlockchainSpace-Dev/bq-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bq-wrapper

A wrapper function for biquery client node.js

installation

create and setup .npmrc files then put it on your work home directory or root project folder

registry=https://registry.npmjs.org/
@blockchainspace-dev:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=<GITHUB_TOKEN>

install package via npm

npm install @blockchainspace-dev/[email protected]

unit & integration test

running test

npm test

See resulst of test coverage image here