1.1.7 • Published 5 years ago

shiet v1.1.7

Weekly downloads
21
License
ISC
Repository
github
Last release
5 years ago

📡 SHIET

**S**ummon **H**ighly **I**ntelligent **E**rror **T**ransmission

npm npm.io npm.io javascript

Huh?

Have you ever dreamt of opening StackOverflow seconds after receiving an error? Well, now you certainly can!

Installation

npm install shiet --save

Usage

Function takes two parameters:

shiet(query: string | number, tags: Array<string>)

Tags parameter is **optional**.

import shiet from 'shiet';

try {
  ...
} catch (e) {
  shiet(e.message, ['angular material']);
}

Contributions

**SHIET** is an open-sourced package. Contributions of any shape are welcome and appreciated.

License

ISC © Pijus Rancevas

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago