1.1.3 • Published 2 years ago

csgo-doppler-phase v1.1.3

Weekly downloads
1
License
MIT
Repository
-
Last release
2 years ago

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:

1.1.3

2 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago