Searches solutions on StackOverflow for uncatched errors
npm install stackoverflow-error-search
npm i stackoverflow-error-search
`
$3
Import it in entry point of your project
$3
- start enables errors searching. By default listening is enabled
- stop disables errors searching
- config to customize searching
- pageSize: how much records you want to see (default {5})
- showEmpty: show message even if there is no results (default {true})
- enabled` returns true if searching is enabled