Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maccyber/homey-nissan-leaf
Adds support for Nissan Leaf pre May 2019 in homey
https://github.com/maccyber/homey-nissan-leaf
Last synced: 29 days ago
JSON representation
Adds support for Nissan Leaf pre May 2019 in homey
- Host: GitHub
- URL: https://github.com/maccyber/homey-nissan-leaf
- Owner: maccyber
- License: gpl-3.0
- Created: 2023-07-10T14:15:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T14:24:23.000Z (10 months ago)
- Last Synced: 2024-04-28T02:36:37.754Z (8 months ago)
- Language: JavaScript
- Size: 845 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Nissan Leaf
Adds support for Nissan Leaf pre May 2019
## Local development
Prerequisites:
- [Node.js and NPM](https://nodejs.org/en/download)
- [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- [docker](https://docs.docker.com/engine/install/)
- [Homey](https://apps.developer.homey.app/the-basics/getting-started)```sh
npm install
homey app run
```Be sure to follow eslint
```sh
npm run lint-fix
```