Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```