alexa-traffic
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -12,9 +12,10 @@ #!/usr/bin/env casperjs | ||
var path = require('path'); | ||
var jquery_file = path.resolve(fs.workingDirectory, 'node_modules/jquery/dist/jquery.min.js'); | ||
var casper = require('casper').create({ | ||
clientScripts: [jquery_file] | ||
clientScripts: [ | ||
'node_modules/jquery/dist/jquery.min.js' | ||
] | ||
}); | ||
console.log("querying for traffic of...", site) | ||
console.log("querying for traffic of...", site); | ||
@@ -21,0 +22,0 @@ // load the website page |
{ | ||
"name": "alexa-traffic", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "CLI for querying website traffics using data from alexa.cn", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
35802
25