Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

crtr0/carwingsjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Node bindings for the Nissan Leaf Carwings API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published