csgo-doppler-phase

1.1.3 • Public • Published

Doppler Phase

This module makes it easy to detect a phase on a doppler knife in CS:GO. It makes it possible to detect dopplers without inspecting the item - which means that you can use this for every (public) inventory.

Setup:

$ npm install csgo-doppler-phase

Usage:

const phase = require('csgo-doppler-phase')

const descriptionsWithPhases = body.descriptions.map((description) => {
    return description.phase = phase.detect(description.market_hash_name, description.icon_url)
});

Take a look at example.js for a working example.

Phases:

  • Doppler

    • Phase 1
    • Phase 2
    • Phase 3
    • Phase 4
    • Ruby
    • Sapphire
    • Black Pearl
  • Gamma Doppler

    • Phase 1
    • Phase 2
    • Phase 3
    • Phase 4
    • Emerald

Create an issue on Github if you've found a problem

Author:

/csgo-doppler-phase/

    Package Sidebar

    Install

    npm i csgo-doppler-phase

    Weekly Downloads

    4

    Version

    1.1.3

    License

    MIT

    Unpacked Size

    46.5 kB

    Total Files

    5

    Last publish

    Collaborators

    • reynirf