1.0.1 • Published 6 years ago

extract-weburl v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Extract Web URL

Basic Node Module to Extract URL's from the text/paragraph/statement Simple way to extract URL's from the text in array

Pre-requisites

Node.js , and the platform-specific tools needed to compile native NPM modules (which you may already have):

Installation

To install the extract-weburl module, simply run the following command within your app's directory:

npm i extract-weburl --save

Development

var extractweburl = require ('extract-weburl');

Example:

var links = extractweburl("Find me at http://www.nuevesolutions.com and also at http://npmjs.com/nmanikumar5");
console.log(links);

#Licence MIT

1.0.1

6 years ago

1.0.0

6 years ago