erlc.js

1.1.0 • Public • Published

erlc.js Logo

NPM Version Badge

Read the docs here!

Read the docs here!

Making an ER:LC program just got a whole lot easier

About

erlc.js is a module that lets you easily and effectively connect your app to the ER:LC API, with only basic knowledge of JavaScript syntax being needed to use it.

  • Easy to learn

  • 100% coverage of the ER:LC API

  • Speeds up your coding by up to 50%

Example usage

Installing erlc.js

You can install erlc.js by simply running:

npm install erlc.js

Creating the Server object

We can make a Server object with our server key and optional authorization key:

const { Server } = require("erlc.js");

const privateServer = new Server("Server-Key", "Optional-Authorization-Key");
privateServer.initiate();

Running a Hello World! command

Now we have that, all we have to do to send a command is run:

privateServer.sendCommand("m", ["Hello World!"]);

And now we've made a basic app connected to our private server!





Copyright 2024 digitalisdizzy

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.



erlc.js is not endorsed, sponsored or otherwise affiliated with Emergency Response: Liberty County, Police Roleplay Community, Roblox Corporation or any of their respective subsidiaries.

Readme

Keywords

Package Sidebar

Install

npm i erlc.js

Homepage

erlc.js.org/

Weekly Downloads

1

Version

1.1.0

License

Apache-2.0

Unpacked Size

49.1 kB

Total Files

4

Last publish

Collaborators

  • digitalisdizzy