1.0.3 • Published 6 years ago
code_error_lookup v1.0.3
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!