plshelp
v1.0.2
Published
Searches on Stackoverflow for answers when your program has errors.
Downloads
1
Maintainers
Readme
plshelp
Plshelp is a javascript module that directly searches Stackoverflow for answers when you get an error. WITH TYPESCRIPT SUPPORT..
What does it do?
It shows the 5 most relevant questions to your error, Code with ease.
Installation
Yarn
yarn add -D plshelp
NPM
npm install --save-dev plshelp
Usage
Include the package to your code, and it'll start listening for uncaught exceptions:
import "plshelp";
// OR
require("plshelp")
Nothing else is needed! If you come across any bugs, please create an issue
The Stackoverflow API let's you make 300 requests a day, if you get over that you're a ficking beast.
Inspiration
I created this module after seeing the following meme on Reddit:
Made by me: https://xlogic.sh/