0.1.10 • Published 2 years ago

tf2-dynamic-schema v0.1.10

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

tf2-dynamic-schema

Fetch and inject schema into tf2-item-format.

Installation

# Yarn
yarn add tf2-dynamic-schema
# NPM
npm install tf2-dynamic-schema

Usage

import { fetchSchema } from 'tf2-dynamic-schema';

const format = await fetchSchema('STEAM-API-KEY');

console.log(format.stringify(format.parseSKU('5021;6'))); // Mann Co. Supply Crate Key
0.1.10

2 years ago

0.1.8

2 years ago

0.1.9

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago