Mobile User Interface for OpenKarotz.
-
Download latest version from dist folder.
-
Unzip to your web server documents folder.
-
Modify
config.json
to suit your preferred configuration. -
Visit http://your.web.server/mui to access OpenKarotz Mobile User Interface.
The file config.json
contains the application configuration.
{
"karotz": {
"host": "localhost",
"name": "Karotz",
"voice" : "claire"
}
}
This section includes the Karotz configuration:
- host: IP address of the Karotz
- name: The Karotz's name, used for application branding
- voice: Karotz's preferred voice in TTS
LED colors may be customized in the data/colors.json
configuration file.
Radio stations may be customized in the data/radios.json
configuration file.
Stories may be customized in the data/stories.json
configuration file.
Copyright (c) 2013-2014 Olivier Bagot
Licensed under The MIT License (MIT)
See LICENSE