Skip to content

LeeHyungGeun/domain-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Crawler to the specific domain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published