Skip to content

Hattorius/plshelp

Repository files navigation

plshelp

Plshelp is a javascript module that directly searches Stackoverflow for answers when you get an error. WITH TYPESCRIPT SUPPORT..

What does it do?

Example output

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: meme

Made by me: https://xlogic.sh/

About

Help me is a node/typescript module that directly searches for answers when you get an error

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published