Answers for "node.js check if a remote URL exists"

0

node.js check if a remote URL exists

import urlExist from "url-exist"

const exists = await urlExist("https://google.com")

// Handle result
console.log(exists)
Posted by: Guest on June-02-2021

Code answers related to "node.js check if a remote URL exists"

Browse Popular Code Answers by Language