Skip to content

Instantly share code, notes, and snippets.

@rayriffy
Created May 4, 2019 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rayriffy/67ad248e0490f2a1db6397438d6d8770 to your computer and use it in GitHub Desktop.
Save rayriffy/67ad248e0490f2a1db6397438d6d8770 to your computer and use it in GitHub Desktop.
/**
* Put all healthy results into cache
*/
fs.writeFile(`.tmp/crawler.json`, JSON.stringify(healthyResults), function(err) {
if (err) {
console.log(err)
reject(err)
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment