mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2026-08-19 13:13:28 +08:00
Updated Home (markdown)
5
Home.md
5
Home.md
@@ -14,4 +14,7 @@ var sid = new SteamID('[U:1:46143802]');
|
||||
console.log(sid.toString()); // 76561198006409530
|
||||
```
|
||||
|
||||
This `SteamID` class is [`node-steamid`](https://github.com/DoctorMcKay/node-steamid/tree/v0.1.2). You should use the `SteamID` available through `node-steamcommunity` instead of requiring `node-steamid` yourself since there may be version mismatches.
|
||||
This `SteamID` class is [`node-steamid`](https://github.com/DoctorMcKay/node-steamid/tree/v0.1.2). You should use the `SteamID` available through `node-steamcommunity` instead of requiring `node-steamid` yourself since there may be version mismatches.
|
||||
|
||||
# API Documentation
|
||||
See the [SteamCommunity](https://github.com/DoctorMcKay/node-steamcommunity/wiki/SteamCommunity) page to start down the rabbit hole of documentation.
|
||||
Reference in New Issue
Block a user