carwingsjs
v0.0.4
Published
Node bindings for the Nissan Leaf Carwings API
Downloads
15
Readme
#CarwingsJS
CarwingsJS is a Node module that provides bindings for the Nissan Leaf Carwings SOAP API. To be clear, Carwings API is not officially documented externally and it is unclear how long Nissan will continue to allow 3rd party apps to connect to it.
Installation
npm install carwingsjs
Usage
In your application
var carwings = require('carwings');
carwings.login('username', 'password', function(err, output) {
console.log(output);
})
Contributors
https://github.com/crabasa/carwingsjs/graphs/contributors
License
MIT