@kiritosenpai/brainly.js

0.0.5 • Public • Published

@kiritosenpai/brainly.js | Free Use.

Logo

Official Website Api for Brainly API. With this NPM Package you no need the API Key (free to use)

Download

npm install @kiritosenpai/brainly.js

Example 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 response

Example 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.

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

Links

API Site: https://brainly-api.kiritosenpai.xyz

Package Sidebar

Install

npm i @kiritosenpai/brainly.js

Weekly Downloads

2

Version

0.0.5

License

MIT

Unpacked Size

107 kB

Total Files

13

Last publish

Collaborators

  • kiritosenpai