👋 Introduction
Introduction:
Hello, welcome to my project. With this you can lighten the load when handling requests through the API offered by: Emergency Response: Liberty County
Supported Languages:
This module currently works with:
TypeScript
JavaScript
Installing the Module:
You can use npm, bun, or other package managers to install it:
// npm or bun
npm install erlc-api
or
bun install erlc-api
Importing the Module:
To use the module, you need to import it first.
// JavaScript
const erlc = require("erlc-api");
// TypeScript or ES6 Modules
import erlc from "erlc-api";
I recommend seeing the following page where you will be informed about the rate limit that the ERLC API has.
Last updated