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

https://github.com/fredli74/smartcharge-dev

Smart charging system for EVs
https://github.com/fredli74/smartcharge-dev

charging electric-vehicles mit-license powergrid smart tesla

Last synced: 5 months ago
JSON representation

Smart charging system for EVs

Awesome Lists containing this project

README

          

# smartcharge-dev

Smart charge your EV during off-peak hours. _(only __Tesla__ vehicles supported)_

## Project setup

```
npm install
```

### Compiles and minifies for production

```
npm run build
```

### Start the web server

```
npm run start:server
```

### Start the worker task

```
npm run start:worker
```