html-link-snag

0.1.2 • Public • Published

html-link-snag

================ returns arrays of links from <a> tags in a given url, optionally filterable by regex

Version 0.1.1

Usage

 
var snagger = require('html-link-snag');
 
snagger.links('http://www.google.com','^(?:[a-z]+:)?//').then(function(results) {
            //do stuff with results
        });

Readme

Keywords

Package Sidebar

Install

npm i html-link-snag

Weekly Downloads

3

Version

0.1.2

License

MIT

Last publish

Collaborators

  • joropeza