plshelp
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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/

Package Sidebar

Install

npm i plshelp

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

3.08 kB

Total Files

4

Last publish

Collaborators

  • hattorius