Package Exports
- idler
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (idler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Easy Idling for your Steam Account with Node.js
Idle Your Steam Account Easily.
Possible Login Types
- twoFactorCode (your steam account shared secret)
- authCode (your steam account auth code)
Idler Object Parameters
- Username (Mandatory)
- Password (Mandatory)
- gameId (Mandatory)
- twoFactorCode (Optional)
- AuthCode (Optional)
How to Use?
var idler = require('idler'),
Obj = {
username: '123',
password: '123',
twoFactorCode: 'gg',
gameId: 440
}
idler(Obj).then((user) => {
// you can use user
}).catch(err => {
// you can use err
})
License
Copyright to Daksh Miglani | Licensed to MIT.