0.1.7 • Published 9 years ago

jsweb-console v0.1.7

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

web-console

npm install jsweb-console -g

1.on shell run jsweb-console

2.add script to you website

<script src="http://127.0.0.1:3000/node_modules/socket.io-client/socket.io.js"></script>
<script src="http://127.0.0.1:3000/web-console.js"></script>
<script type="text/javascript">
    new WebConsole({
        host: "http://192.168.88.32:3000",
        methods: ['log', 'error', 'warn', 'time', 'timeEnd']// default is ['log', 'error', 'warn']
    })
</script>

3.open http://127.0.0.1:3000 and try to log something on your website

4.you will see your log result on http://127.0.0.1:3000 Browser Console panel

0.1.7

9 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago