diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-03-04 21:38:06 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-03-04 21:38:06 +0100 |
commit | 65fcbdab1e1eee64814709619254e848ae67cb75 (patch) | |
tree | 2b9ec66c773a825735af4f2bba559629e16ad66d /test.js | |
download | google_images-65fcbdab1e1eee64814709619254e848ae67cb75.tar.xz |
Initial commit
Diffstat (limited to 'test.js')
-rw-r--r-- | test.js | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +const util = require("util"); +const {search} = require("./init.js"); + +search("astolfo+images") + .then(obj => util.inspect(obj, {showHidden: false, depth: null, colors: true})) + .then(console.log) |