auto-stackoverflow

1.0.1 • Public • Published

auto-stackoverflow

Automatically search stackoverflow when exception occurs.

Please consider following this project's author, Krzysztof Szewczyk, and starring the project to show your ❤️ and support.

Install

Install with npm:

$ npm install --save auto-stackoverflow

Usage

const stackoverflow = require('auto-stackoverflow');

stackoverflow(function() {
	throw new Error("How to check is number odd?");
});

This code snippet will either open new window (while ran in browser) or open new default browser window (while ran in windowed environment, using Node.js)

About

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

License

This package is herebly placed in Public Domain. Modify, sell, use to conquer the planet, or even steal it. I don't care, I'll love you no matter what you will do with this.

Originally made by Krzysztof Szewczyk, Jul 2019

Package Sidebar

Install

npm i auto-stackoverflow

Weekly Downloads

2

Version

1.0.1

License

Unlicense

Unpacked Size

4.85 kB

Total Files

8

Last publish

Collaborators

  • palaiologos