Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seungjaeryanlee/help-stackoverflow


https://github.com/seungjaeryanlee/help-stackoverflow

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# help-stackoverflow
With this module, an uncaught exception is handled by opening a Stack Overflow website with search results from the error message.
## Installation
```
npm install help-stackoverflow
```
## Example
```javascript
require('help-stackoverflow');

function Buffalo(buffalo) { Buffalo(buffalo); }
function buffalo() { buffalo() }
Buffalo(buffalo());

// opens a Stack Overflow website
```