Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seungjaeryanlee/help-stackoverflow
https://github.com/seungjaeryanlee/help-stackoverflow
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/seungjaeryanlee/help-stackoverflow
- Owner: seungjaeryanlee
- License: mit
- Created: 2017-06-22T20:02:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T13:55:18.000Z (over 7 years ago)
- Last Synced: 2025-01-14T19:01:07.869Z (13 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```