Skip to content

Parse bptf listings into readable objects containing spells, paints and parts.

Notifications You must be signed in to change notification settings

viggojonasson/node-bptf-listing-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bptf-listing-parser

Parse bptf listings into readable objects containing spells, paints and parts.

Parse a listing

import {parseListing} from 'bptf-listing-parser';

console.log(parseListing({
        item: {
            attributes: [
                {
                    defindex: 142,
                    float_value: 5322826,
                },
            ],
        },
    }));

About

Parse bptf listings into readable objects containing spells, paints and parts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published