Skip to main content
Home
This package has been archived, and as such it is read-only.

yanked
Works with
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
Downloads264/wk
Published2 years ago (0.1.1)

DEAGLE.TOP

CS2/CS:GO Market Pricing JS-SDK JSR Package Registry


Install

  • npm: npx jsr add @steam/deagle
  • pnpm: pnpm dlx jsr add @steam/deagle
  • bun bunx jsr add @steam/deagle
  • deno: deno add @steam/deagle
  • yarn: yarn dlx jsr add @steam/deagle

API URL

https://api.deagle.top/csgo.json https://api.deagle.top/csgo_images.json

Tutorial

import Deagle from "@steam/deagle";

const deagle = new Deagle();

deagle.fetchPrices().then((data) => {
  // Handle the retrieved CSGO market data
  console.log("CSGO Market Data:", data);
});

deagle.fetchImages().then((data) => {
  // Handle the retrieved CSGO image data
  console.log("CSGO Image Data:", data);
});

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@steam/deagle

Import symbol

import * as deagle from "@steam/deagle";
or

Import directly with a jsr specifier

import * as deagle from "jsr:@steam/deagle";

Add Package

pnpm i jsr:@steam/deagle
or (using pnpm 10.8 or older)
pnpm dlx jsr add @steam/deagle

Import symbol

import * as deagle from "@steam/deagle";

Add Package

yarn add jsr:@steam/deagle
or (using Yarn 4.8 or older)
yarn dlx jsr add @steam/deagle

Import symbol

import * as deagle from "@steam/deagle";

Add Package

vlt install jsr:@steam/deagle

Import symbol

import * as deagle from "@steam/deagle";

Add Package

npx jsr add @steam/deagle

Import symbol

import * as deagle from "@steam/deagle";

Add Package

bunx jsr add @steam/deagle

Import symbol

import * as deagle from "@steam/deagle";