lurl

0.0.2 • Public • Published

lURL

A simple JavaScript library to check if a URL is legal against the RFC standards.

lURL is available through an installation from npm lurl

npm install lurl

Or it can also be downloaded from source and used in the browser lurl

Node usage

var lurl = require('lurl');

if (lurl(url)) {
  
  // legal URL

}

else {
  
  // invalid URL

}

Package Sidebar

Install

npm i lurl

Weekly Downloads

1

Version

0.0.2

License

BSD

Last publish

Collaborators

  • interbred-monkey