0.6.4 • Published 5 years ago

@chasidic/scraper v0.6.4

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

5 years ago

0.6.3

5 years ago

0.6.2

6 years ago

0.6.0

6 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.7

7 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago