Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gboudreau/leaf_carwings_easyaccess

One-click access to LEAF Carwings remote actions
https://github.com/gboudreau/leaf_carwings_easyaccess

carwings leaf mobile-web nissan php

Last synced: 3 months ago
JSON representation

One-click access to LEAF Carwings remote actions

Awesome Lists containing this project

README

        

LEAF Carwings One-Click Shortcuts
=================================

![LEAF One-Click mini site](http://cl.ly/242W3k361n2U/leaf-one-click.gif "LEAF One-Click mini site")

Requirements
------------
* A webserver with PHP
* The cURL PHP extension enabled

Installation Instructions
-------------------------
Copy everything into a directory on your web server.
Let's say it's accessible from http://www.your_domain.com/leaf/

Edit config.inc.php:

1. Generate a new GUID (using [this tool](http://www.somacon.com/p113.php) for example), and replace the \_your\_guid\_here\_ string with this new GUID.

2. Change the country as necessary.

3. Enter your Nissan Connect username and password.

4. If you can't use the openssl_encrypt() function (very unlikely), you will need to change `$encrypt_using_webservice` to `TRUE`. **WARNING!** This will use a remote web service to encrypt your password.

You're done.

You can now access the one-click shortcuts using the index page at http://www.your_domain.com/leaf/?id=_your_guid_here_

Acknowledgements
----------------
Developed mainly using a free open-source license of
![PHPStorm](https://d3uepj124s5rcx.cloudfront.net/items/0V0z2p0e0K1D0F3t2r1P/logo_PhpStorm.png)
kindly provided by [JetBrains](http://www.jetbrains.com/). Thanks guys!