Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

Installing

RedYetiDev edited this page Feb 18, 2021 · 2 revisions

Installing Blooket.JS

In order to install Blooket.JS, you must already have NodeJS installed. If NodeJS is not installed, install it using the package manager of your choice.

To install Blooket.JS, run the following command

npm i blooket.js

Or, you can use your package.json file. To use your package.json file, add

"blooket.js":"latest"

To the dependencies of your package.json, Example:

  "dependencies": {
    "blooket.js":"latest",
    "other": "dependency",
    "other": "dependency"
  }

Blooket.JS Wiki Page

Installing

Setup

Using

Clone this wiki locally