1.0.2 • Published 10 months ago

brainlyph-api-client v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Brainly Scraper

Library to scrape https://brainly.ph

Installation

npm install brainlyph-api-client

or

npm i brainlyph-api-client

Parameters

NameNullableData TypeDescription
querystringThe keywords you want to find
countintegerTotal data to be displayed

Example

Simple Usage

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

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

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago