An open API service indexing awesome lists of open source software.

https://github.com/jwerle/jsdom-repl

Simple jsdom repl
https://github.com/jwerle/jsdom-repl

Last synced: 11 months ago
JSON representation

Simple jsdom repl

Awesome Lists containing this project

README

          

jsdom-repl
==========

Simple jsdom repl

## install

```sh
$ [sudo] npm i -g jsdom-repl
```

## usage

```sh
$ jsdom-repl http://google.com
dom> console.log(location.href)
http://www.google.com/
dom> console.log(document.body.innerHTML)
(function(){var src='/images/nav_logo176.png';var iesg=false;document.body.onload = function(){window.n && window.n();if
...
```

## license

MIT