carwingsjs

0.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i carwingsjs

Weekly Downloads

3

Version

0.0.4

License

MIT

Last publish

Collaborators

  • crabasa