ninexbuddy-scraper
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

9xbuddy Scraper

Build Status npm version Dependency Status DevDependency Status License Doge

A scraper for 9xbuddy.

This package is part of the SourceScraper-Project.

Getting Started

Installation

$ npm i ninexbuddy-scraper

Usage

const { NinexbuddyScraper } = require('ninexbuddy-scraper');
 
(async () => {
    const url = 'some url';
    const scrap = await new NinexbuddyScraper().scrap(url);
    if (scrap.success)
        console.log(scrap.data.sources);
})();

API

The API generated with TypeDoc can be found here.

/ninexbuddy-scraper/

    Package Sidebar

    Install

    npm i ninexbuddy-scraper

    Weekly Downloads

    5

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    18 kB

    Total Files

    17

    Last publish

    Collaborators

    • openbyte