domain-crawler
v0.0.4
Published
Crawler to the specific Domain
Downloads
4
Readme
domain-crawler
Introduce
Crawling module to crawl the specific domain.
Install
> npm install --save domain-crawler
Usage/Example
Usage
import crawler from 'domain-crawler';
crawler({domain}, {keyword});
// domain: a domain which you want to crawler
// keyword: a keyword what you want to search in
Example
import crawler from 'domain-crawler';
crawler('http://wwww.leehyunggeun.com', /LeeHyungGeun/)
.then((response) => {
console.log(response); // it will return what it searched in the specific domain, and what it searched out
});
Contributor
Name: LeeHyungGeun email: [email protected]