Search found 1 match
- Thu Apr 20, 2017 5:18 am
- Forum: Challenges Solved
- Topic: One Minute Man
- Replies: 39
- Views: 11199
Since I don't see node on here, here's mine: const wget = require('node-wget') const url = 'http://www.hacker.org/challenge/misc/minuteman.php' function get() { wget({ url: url }, function(err, res, body) { if (body !== '<html><body>\nback later') { console.log('::::::::::::::ANSWER:::::::::::::::')...