bluelinky

bluelinky

  • Docs
  • API
  • Help

Getting Started

Copy pasta this

Change the variables as needed to be relevant to your region and user account.

const BlueLinky = require("bluelinky");

const client = new BlueLinky({
  username: "someguy@example.com",
  password: "hunter1",
  region: "US",
  pin: "1234",
});

client.on("ready", async () => {
  const vehicle = client.getVehicle("5NMS55555555555555");
  const response = await vehicle.lock();
  console.log(response);
});

Testing locally

Ensure you have a config.json that looks like below so you can use the debug.js script.

Also make sure before running the debug.js script you have done a npm run build to make the code runnable.

{
  "username": "xxxx@gmail.com",
  "password": "xxxx",
  "pin": "1234",
  "vin": "xxxxx"
}

More info

Check out the API Docs if you need more information

Last updated on 10/20/2020 by Sean Boult
  • Copy pasta this
  • Testing locally
  • More info
bluelinky
Docs
Getting StartedAPI Reference
Community
Discord
More
GitHubStar
Facebook Open Source