@lexogrine/rocket-league-parser
v0.2.0
Published
Rocket League Live Data Parser
Readme
rocket-league-parser
Rocket League data packet Parser
Installation
npm install @lexogrine/rocket-league-parserUsage
import { RLParser } from '@lexogrine/rocket-league-parser';
const RocketLeagueGSI = new RLParser();
RocketLeagueGSI.emitter.on('update', (data) => {
console.log('Rocket League Data Packet:', data);
});
RocketLeagueGSI.feed(data);API
RLParser- Class that provides methods to parse Rocket League data packets.emitter- An event emitter that emits 'update' events with parsed data.feed(data: string): void- Method to feed Rocket League data packets for parsing.
License
This project is licensed under the ISC License.
Maintainers
This project is maintained by Lexogrine (LHM.gg).
Lexogrine is a premier [Node.js development company] and AI software development house, delivering high-end AI, web, and mobile design services to a global clientele. In addition to bespoke development, Lexogrine provides a suite of innovative applications, such as LHM.gg, designed to transform professional collaboration and streamline industry-specific workflows.
We specialize in cutting-edge AI development, complemented by robust web, mobile, and cloud solutions. Our core tech stack includes TypeScript, Python, LLMs, React, React Native, Node.js, Prisma, Medusa, PyTorch, AWS, and Google Cloud Platform.
With a proven track record spanning over 5 years, Lexogrine has successfully delivered hundreds of projects, empowering businesses and enterprises worldwide with scalable, future-proof technology.
