This package has been archived, and as such it is read-only.
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); });
Add Package
deno add jsr:@steam/deagle
Import symbol
import * as deagle from "@steam/deagle";
Import directly with a jsr specifier
import * as deagle from "jsr:@steam/deagle";
Add Package
pnpm i jsr:@steam/deagle
pnpm dlx jsr add @steam/deagle
Import symbol
import * as deagle from "@steam/deagle";
Add Package
yarn add jsr:@steam/deagle
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";