brainlyph-api-client

1.0.2 • Public • Published

Brainly Scraper

Library to scrape https://brainly.ph

Installation

npm install brainlyph-api-client

or

npm i brainlyph-api-client

Parameters

Name Nullable Data Type Description
query string The keywords you want to find
count integer Total data to be displayed

Example

Simple Usage

const brainly = require('brainlyph-api-client');

brainly("what is heart?",1).then(res => {
	console.log(res);
});

/brainlyph-api-client/

    Package Sidebar

    Install

    npm i brainlyph-api-client

    Weekly Downloads

    2

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    3.73 kB

    Total Files

    5

    Last publish

    Collaborators

    • hackmesenpai