1.0.1 • Published 7 years ago

link-finder v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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');
1.0.1

7 years ago

1.0.0

7 years ago