0.0.5 • Published 6 years ago

carwings3 v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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