0.6.4 • Published 7 years ago

@chasidic/scraper v0.6.4

Weekly downloads
4
License
MIT
Repository
github
Last release
7 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

7 years ago

0.6.3

7 years ago

0.6.2

8 years ago

0.6.0

9 years ago

0.5.4

9 years ago

0.5.3

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.7

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago