New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rtgg.js

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rtgg.js

A JavaScript API wrapper and WebSocket handler for racetime.gg

latest
Source
npmnpm
Version
2.1.1
Version published
Maintainers
1
Created
Source

rtgg.js

A JavaScript API wrapper and WebSocket handler for racetime.gg

Install

npm i rtgg.js

Note: this package uses the native fetch API, and thus requires at least Node.js v17.5.

Initialization

const { rtggClient, rtggWebSocket } = require('rtgg.js');

const rtgg = new rtggClient();

Usage

The wrapper is based on promises, so it advised you use async/await in all API calls.

Documentation is available here.

Keywords

api

FAQs

Package last updated on 23 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts