0.6.4 • Published 6 years ago

@chasidic/scraper v0.6.4

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

@chasidic/scraper

import { Scraper } from '@chasidic/scraper';

!async function () {
    let scraper = new Scraper({ cache: '/tmp/cache/' });
    let tree = await scraper.tree('http://example.com');
    console.log(tree);
} ();
0.6.4

6 years ago

0.6.3

6 years ago

0.6.2

7 years ago

0.6.0

8 years ago

0.5.4

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.7

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago