Skip to content

EggheadJohnson/link-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple project takes a path/filename and returns an array of the links it finds from href or src

Instructions for use

  1. npm install --save link-finder
  2. let linkFinder = require('link-finder');
  3. let arrayOfLinks = linkFinder.returnsArray('path/to/filename.html');

About

Simple js project to find the links in a file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published