https://github.com/itsjfx/node-steamid-parser
Just a wrapper around node-steamid to aid in parsing Steam IDs
https://github.com/itsjfx/node-steamid-parser
jfx node-steamid node-steamid-parser steam steamid steamid-parser
Last synced: about 1 year ago
JSON representation
Just a wrapper around node-steamid to aid in parsing Steam IDs
- Host: GitHub
- URL: https://github.com/itsjfx/node-steamid-parser
- Owner: itsjfx
- License: gpl-3.0
- Created: 2020-04-14T08:57:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T11:38:38.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T11:02:29.261Z (about 1 year ago)
- Topics: jfx, node-steamid, node-steamid-parser, steam, steamid, steamid-parser
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-steamid-parser
[](https://npmjs.com/package/steamid-parser)
Just a wrapper around node-steamid to aid in parsing Steam IDs.
```
npm install steamid-parser
```
## This module
The idea was to have a module that could handle any input of steam id or vanity and be able to return a node-steamid instance for it.
Options (apiKey, checkForAccountID, checkNumberForVanity) can be overriden per get() call which allows it to be very customisable depending on use case and needs.
See JSDoc for in depth explanation.
## Examples
See example.js
It can handle steam profile links (/id/ or /profiles/), vanity text only, and any steam id format supported by node-steamid.
## JSDoc
See doc.md