1.2.0 • Published 4 years ago

jsbrowse v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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();
1.2.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago