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);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    2
  • 1.0.1
    0
  • 1.0.0
    0

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