webconsole.js

1.2.0 • Public • Published

webconsole

Webconsole is a module to log your console to the web!

First we need to require the module

var webconsole = require('webconsole.js')

And this is the usage :

webconsole(PORT)

(replace PORT with any port you want)

Now go to : (your ip/localhost):(What port you set) The site will ask for a password, the password appear in the console! Type the password and done! You will se your console!

Now there is a example :

var webconsole = require('webconsole.js')
webconsole(1020)

Now, in my host, port 1020, I will see the my console! Enjoy!

WARNING

THE MODULE WILL CREATE A debug.log FILE, DO NOT WORRY This is just a file with your console!

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i webconsole.js

    Weekly Downloads

    2

    Version

    1.2.0

    License

    ISC

    Unpacked Size

    8.16 kB

    Total Files

    9

    Last publish

    Collaborators

    • andrew221