1.0.11 • Published 6 years ago

stackoverflow-error-search v1.0.11

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

StackOverflow error search

Searches solutions on StackOverflow for uncought errors in javascript (currently only works in browsers)

Install

npm i stackoverflow-error-search

How to use

Import it in entry point of your project

Methods

  • 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
1.0.11

6 years ago

1.0.2

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago