1.0.3 • Published 6 years ago

code_error_lookup v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Code error lookup package

  • Looks up your errors in the code on the internet.
  • Version 1.0.3
  • Github repo

Features

  • Search code/syntax errors online.

How to use the package

  • Install it using npm.
  • Import like so:
const cderr = require('code_error_lookup');

cderr(function your_code_goes_here(){
    // This is an example
    console.log('Hello World!');
})
  • Make a server or open it using the file explorer in the browser and if there is an error it will redirect you to a seperate forum page.

Side note

  • Please if you have any errors or suggestions add them to here. Thank you!
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago