jsdom-repl
v0.0.2
Published
jsdom repl
Readme
jsdom-repl
Simple jsdom repl
install
$ [sudo] npm i -g jsdom-replusage
$ jsdom-repl http://google.com
dom> console.log(location.href)
http://www.google.com/
dom> console.log(document.body.innerHTML)
<script>(function(){var src='/images/nav_logo176.png';var iesg=false;document.body.onload = function(){window.n && window.n();if
...license
MIT
