jsbrowse
v1.2.0
Published
browser for js
Downloads
1
Maintainers
Readme
jsbrowse
browse the web using js
install
npm install jsbrowse
example usage
browse
const jsbrowse = require("jsbrowse");
const browser = new jsbrowse.browse("http://justgone.uk/onebot/api");
browser.browse("index.html");
make sure the file you save to is html (unless you want to read the code, make it txt)
status of stite
const jsbrowse = require("jsbrowse");
const browser = new jsbrowse.browse("http://justgone.uk/onebot/api");
browser.status();