1.2.0 • Published 7 years ago

webconsole.js v1.2.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

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!

1.2.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago