Skip to content
@vlrjs

vlr.js

Fetch live information from vlr.gg

vlr.js


MIT License npm bundle size GitHub tag (latest by date)

Get live information from vlr.gg

Installation

npm
npm install vlr.js
yarn
yarn add vlr.js
pnpm
pnpm add vlr.js

Example

import vlr from 'vlr.js'

const match = vlr.getPage('/6');
const forum = vlr.getPage('/1');
const team = vlr.getPage('/team/2');
const player = vlr.getPage('/player/9');
const rankings = vlr.getPage('/rankings');

console.log({
    match,
    forum,
    team,
    player,
    rankings
});

Pinned Loading

  1. vlr.js vlr.js Public

    Fetch live information from vlr.gg

    JavaScript

Repositories

Showing 3 of 3 repositories
  • vlr.js Public

    Fetch live information from vlr.gg

    vlrjs/vlr.js’s past year of commit activity
    JavaScript 0 MIT 0 0 1 Updated Apr 10, 2023
  • website Public
    vlrjs/website’s past year of commit activity
    HTML 0 MIT 0 0 3 Updated Feb 12, 2023
  • .github Public
    vlrjs/.github’s past year of commit activity
    0 0 0 0 Updated Sep 17, 2022

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…