1.1.5 • Published 5 years ago

tibber-bisnode v1.1.5

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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();