@node-steam/data
v1.2.0
Published
Module with basic enums and data to make life easier while using Steam / Valve API's
Downloads
31
Maintainers
Readme
Data is a module with basic enums and data to make life easier while using Steam / Valve API's.
Installation
You can install Data through the command line by using the following command:
yarn add @node-steam/data
Documentation:
Contributors
- Silas Rech aka. lenovouser
Contributing:
Interested in contributing to Data? Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.
Help:
Install required global modules:
yarn global add typescript tslint typedoc ava
Installing dependencies:
yarn
Compile:
yarn compile
Generate Docs:
yarn docs