Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bnookala/vanadium
Chrome Debugging Tools API for Node JS
https://github.com/bnookala/vanadium
Last synced: about 2 months ago
JSON representation
Chrome Debugging Tools API for Node JS
- Host: GitHub
- URL: https://github.com/bnookala/vanadium
- Owner: bnookala
- Created: 2012-06-07T03:56:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-21T17:41:36.000Z (over 12 years ago)
- Last Synced: 2024-10-26T00:29:27.125Z (about 2 months ago)
- Language: JavaScript
- Size: 219 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vanadium
========**A Chrome Debugging Tools API for Node JS**
This project intends to fully implement and expose the Chrome Remote Debugging Tools API (v1.0). The specification is available [here.](https://developers.google.com/chrome-developer-tools/docs/protocol/1.0/index)
To get started, you will need to run Chrome/Chromium with the ```--remote-debugging-port``` flag:
Mac OS:
``` /Applications/Chromium.app/Contents/MacOS/Chromium --remote-debugging-port=9000```
To install dependencies, ```npm install``` should do the trick.