Skip to content

xxgicoxx/eh-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eh-url

Node.js package for check if a string is a URL.

Features

  • Check if a string is a URL

Prerequisites

Installation

npm install eh-url

Example

const EhUrl = require('eh-url');

const ehUrl = new EhUrl();

(async () => {
    const url = await ehUrl.check('https://google.com.br/');
    console.log(url);
})();

Built With

Authors

Acknowledgments