An open API service indexing awesome lists of open source software.

https://github.com/timche/cs-doppler-phase

Get the phase of a Counter-Strike 2 Doppler skin
https://github.com/timche/cs-doppler-phase

Last synced: about 1 month ago
JSON representation

Get the phase of a Counter-Strike 2 Doppler skin

Awesome Lists containing this project

README

          

# cs-doppler-phase

> Get the phase of a Counter-Strike Doppler skin

Based on `icon_url` of an item from Steam.

## Install

```sh
npm install cs-doppler-phase
```

## Usage

```ts
import { getDopplerPhase } from "cs-doppler-phase";

getDopplerPhase("-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgpovbSsLQJfxPrMfipP7dezhr-KmsjwPKvBmm5D19V5i_rEpLPigVC7vCwwOj6rYJjHcAFtN1mB_1TryevvjJTu7p6bwHJjunIhsH6PzRzlgE0YbrA9gaSaVxzAUM53KYio")
// => phase1

getDopplerPhase("test")
// => null
```

## API

### `getDopplerPhase(iconUrl)`

Returns `Phase 1`, `Phase 2`, `Phase 3`, `Phase 4`, `Ruby`, `Sapphire` or `Black Pearl` if `iconUrl` matches a phase or `null` if not.

#### `iconUrl`

Type: `string`

The `icon_url` of the item from Steam.