dom-goggles
Advanced tools
Comparing version 1.0.0 to 1.0.1
14
main.js
@@ -89,4 +89,4 @@ const Zombie = require('zombie'); | ||
})(); | ||
console.log(results); | ||
console.log(`> ${url} – ${results.length}/${tests.length} `); | ||
console.log('> '+results.join(', ')); | ||
} | ||
@@ -105,14 +105,2 @@ resultsByWebpage[url] = solution | ||
main( | ||
['http://facebook.com','http://youtube.com','http://yahoo.com'], | ||
['<div'], | ||
{report: true} | ||
).then(results => { | ||
console.log(' ') | ||
console.log(' –––––– ') | ||
console.log(' ') | ||
console.log(results); | ||
}).catch(e => {}) | ||
module.exports = main; |
{ | ||
"name": "dom-goggles", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Look up keywords & their frequence over a list of pages", | ||
"main": "main.js", | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha --reporter spec" | ||
"test": "./node_modules/.bin/mocha --reporter nyan" | ||
}, | ||
@@ -9,0 +9,0 @@ "engines": { |
@@ -7,2 +7,5 @@ const expect = require("chai").expect; | ||
this.timeout(5000); | ||
it("looks for a body tag on google.com", function(done) { | ||
@@ -9,0 +12,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
6065
6
192
1
29