verify-url

1.0.0 • Public • Published

verify url

Usage

Using npm:

$ npm i verify-url

In Javascript:

import { isValidUrl } from "verify-url";

(async () => {
  const url = 'https://www.example.com';
  const isValid = await isValidUrl(url);
  console.log(`Is ${url} valid? ${isValid}`);
})();

License

This project is licensed under the ISC License

Bugs/Issues

Please report bugs and issues here.

Package Sidebar

Install

npm i verify-url

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

11.2 kB

Total Files

10

Last publish

Collaborators

  • phivosjiar