A cross-platform library to accompany the Steam-Data project. Provides methods to load/save the Steam configuration data including detecting the default installation path.
SteamConfig has been developed for use on
- Mac OS X (tested on 10.11.6)
- Ubuntu Linux (tested on 16.0.4)
- Windows (tested on 7 and 10)
npm i steamconfig
Or
yarn add steamconfig
const SteamConfig = require('steamconfig')
let steam = new SteamConfig()
See the documentation for more information.
SteamConfig is in no way affiliated with, authorized, maintained, sponsored or endorsed by Valve or any employees of Valve.
Distributed under the MIT License
. See LICENSE for more information.