Install Repl-api.js

Pre-installation

Before installing this package, you must have npm installed first:

npm install npm@latest -g

Installation

First, use npm to install the package:

npm install repl-api

Then, import the package in your designated NodeJS file:

import Replapi from 'repl-api';

Finally, startup the package:

const replapi = Replapi();

Now you’re ready to move on!