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
- Host: GitHub
- URL: https://github.com/fredli74/smartcharge-dev
- Owner: fredli74
- License: mit
- Created: 2019-08-06T19:36:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-10T12:53:23.000Z (11 months ago)
- Last Synced: 2025-08-10T14:41:15.474Z (11 months ago)
- Topics: charging, electric-vehicles, mit-license, powergrid, smart, tesla
- Language: TypeScript
- Homepage: https://smartcharge.dev
- Size: 6.48 MB
- Stars: 19
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```