carwingsjs

v0.0.4
Node bindings for the Nissan Leaf Carwings API
nissan leaf carwings api

#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

Appendix

  1. Nissan Leaf Forums - Carwings protocol
  2. Nissan Leaf Forums - Carwings API thread
npm i carwingsjs

Metadata

  • MIT
  • Whatever
  • Carter Rabasa
  • released 2/19/2015

Downloads

Maintainers