carwings3
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

carwings3

A Node.js client library for the Nissan Leaf "Carwings" API.

This library makes use of version "3" of the Carwings API.

Usage

First, install the package using npm:

npm install carwings3 --save

Then, require the package and use it like so:

import { Service } from "carwings3";

const service = new Service(vin);
const loggedIn = await service.login(username, password);
const result = await service.activateHvac();

Acknowledgements

This library was inspired by Jason Horne's pywings2 Carwings library for Python.

License

MIT

/carwings3/

    Package Sidebar

    Install

    npm i carwings3

    Weekly Downloads

    2

    Version

    0.0.5

    License

    MIT

    Unpacked Size

    26.6 kB

    Total Files

    20

    Last publish

    Collaborators

    • sirfergy