If you are interested in helping with the project, you'll want to clone the project first.
git clone [email protected]:Hacksore/bluelinky.git
Then you can create a config.json
that has your credentials for local testing in the project root directory.
{
"username": "[email protected]",
"password": "1234",
"vin": "1234",
"pin": "1234"
}
Now you'll want to install the node dependencies via npm install
or yarn
.
Once you have everything in order you can use the debug
script in npm to get a prompt that allows you to interact with most of the options.
npm run debug
Sensitive information
When running this script it's in debug verbosity so be careful sharing any log output without redacting information first