Skip to content

Instantly share code, notes, and snippets.

@samverneck
Created December 13, 2016 22:26
Show Gist options
  • Save samverneck/4d003f9f972cecbbb01aa0df6ae1c78b to your computer and use it in GitHub Desktop.
Save samverneck/4d003f9f972cecbbb01aa0df6ae1c78b to your computer and use it in GitHub Desktop.
var Xray = require ('x-ray);
var xray = new Xray();
xray('https://google.com', 'a',
[{
a: '',
href: '@href',
css: '@class'
}]
)
.write('results.json');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment