@kiritosenpai/brainly.js
v0.0.5
Published
Unofficial Brainly.co.id without API Key required.
Maintainers
Readme
@kiritosenpai/brainly.js | Free Use.
Official Website Api for Brainly API. With this NPM Package you no need the API Key (free to use)
Download
npm install @kiritosenpai/brainly.jsExample Setup
First import the module in you code.
const Bran = require('@kiritosenpai/brainly.js')Example Make response.
// import the module
const Bran = require('@kiritosenpai/brainly.js')
// make response (Example with Brainly API)
Bran.Brainly("manusia")
// example response result in console log
.then(console.log) // json responseExample of a response structure.
{
"success": true,
"length": 5,
"message": "Request Success",
"data": [
{
"pertanyaan": "manusia manusia APA yang manusia? ",
"jawaban": [
{
"text": "Jawaban:manusia manusia ya manusia",
"media": []
},
{
"text": "Jawaban:manusia adalah makhluk yang diciptakan allah dari tanah dan diciptakan untuk berpasang pasangan. anjayy tapi w ko blm nemu pasangannya yaa ? tolong di jawab ",
"media": []
}
],
"questionMedia": []
},
{
//and etc...Available API (for now in NPM)
All APIs is not here but ALL APIs in Website.
- Official Brainly Website in Click Me
Bran.Brainly(`text or keyword`)- Stats - API Used Statistics.
Bran.Stats()- Pinterest - Search Image In Pinterest.
Bran.Pinterest("Text or Keyword")- Google - Search In Google.
Bran.Google("Text or Keyword")- Igstalk - Get Information User From Instagram.
Bran.Igstalk("thefoxfire145 and anything")- Pastegg - Paste Code/text in PasteGG
Bran.Pastegg("Text or Keyword", type) example js, txt, and etc- Hastebin - Paste Code In Hastebin Version Me.
Bran.Hastebin("Text or Keyword")- YtSearch - Search video/live in YouTube.
Bran.Ytsearch("Text or Keyword")Changelog & Update | Now
- Fixed Bug & Error in Pastegg Function
- Added Ytsearch
- Update Readme.md
Developer & Credits
- Base Code From JastinXyz 👑👒
- Recode By BranGamer145
Links
API Site: https://brainly-api.kiritosenpai.xyz

