1.0.5 • Published 3 years ago

steam-id-getter v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Steam Id Getter

Basic Package that converts steam game names to steam id's

Install

npm install steam-id-getter --save

Get ID

const steamId = require('steam-id-getter');

console.log(steamId.getId('Subnautica'));

This should return

{ appid: 264710, name: 'Subnautica' }

or

const steamId = require('steam-id-getter');

console.log(steamId.getName(264710));
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago