hobbe / openkarotz-mui

Mobile user interface for OpenKarotz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenKarotz MUI

Description

Mobile User Interface for OpenKarotz.

Usage

  1. Download latest version from dist folder.

  2. Unzip to your web server documents folder.

  3. Modify config.json to suit your preferred configuration.

  4. Visit http://your.web.server/mui to access OpenKarotz Mobile User Interface.

Configuration

config.json

The file config.json contains the application configuration.

{
    "karotz": {
        "host": "localhost",
        "name": "Karotz",
        "voice" : "claire"
    }
}

karotz

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

LED colors may be customized in the data/colors.json configuration file.

Radio stations

Radio stations may be customized in the data/radios.json configuration file.

Stories

Stories may be customized in the data/stories.json configuration file.

License

Copyright (c) 2013-2014 Olivier Bagot

Licensed under The MIT License (MIT)

See LICENSE

About

Mobile user interface for OpenKarotz

License:MIT License


Languages

Language:JavaScript 59.3%Language:HTML 30.9%Language:CSS 9.8%