0.1.10 • Published 3 years ago

tf2-dynamic-schema v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.1.8

3 years ago

0.1.9

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago