JSPM

@kiritosenpai/brainly.js

0.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q31374F
  • License MIT

Unofficial Brainly.co.id without API Key required.

Package Exports

  • @kiritosenpai/brainly.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@kiritosenpai/brainly.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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