Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gboudreau/leaf_carwings_easyaccess
- Owner: gboudreau
- Created: 2011-11-25T03:52:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T13:10:58.000Z (over 6 years ago)
- Last Synced: 2024-05-02T01:27:56.029Z (8 months ago)
- Topics: carwings, leaf, mobile-web, nissan, php
- Language: PHP
- Homepage:
- Size: 179 KB
- Stars: 15
- Watchers: 8
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 enabledInstallation 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!