tibber-bisnode
v1.1.5
Published
Client library for accesing the bisnode service
Downloads
3
Readme
Install
$ npm install --save tibber-bisnode
Usage
const response = await new BisnodeRequest(<username>, <password>)
.usingTerm("Ola Normann")
.usingOnlyFoundWords()
.usingSearchMode(Constants.SEARCH_MODE_SMART_STRIP)
.searchPersons();