0.0.4 • Published 9 years ago

carwingsjs v0.0.4

Weekly downloads
20
License
MIT
Repository
github
Last release
9 years ago

#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