Skip to content

joncodis/dart_garage_control

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dart Garage Control

Garage Control web client for py_garage_server written using Dart

Pre-compiled files: garagecontrol-client.zip

##Features

  • Auto-refresh on opening/closing/error
  • Location subscription and enable/disable open button based on auth response
  • Full page refresh after repeatd error in case session expiration

Support for mobile view only, sample screenshot taken from a mobile browser:

Alt screenshot

##Building

In DartEditor: Highlight dart_garage_control.dart then Tools -> Generate JavaScript

or:

cd web
$DARTSDK/bin/dart2js --out=dart_garage_control.dart.js dart_garage_control.dart

##Packaging

Command below will create web/garagecontrol-client.zip which can be unzipped into the www folder of py_garage_server

cd web
./dist.sh

About

Dart implementation of Garage Control client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 71.5%
  • HTML 18.8%
  • CSS 7.2%
  • Shell 2.5%