Skip to main content

Assist the development of apps for OnSign TV platform by running them locally.

Project description

OnSign TV App Simulator

This simulator makes it easier to develop OnSign TV Apps by testing your configuration locally, without having to upload your HTML to OnSign TV every time you make a change while developing your app.

Installing

This simulator requires Python 3.7 and up. You can optionally install ffmpeg to determine the duration of video and audio files, but that is not needed unless you plan on using those attributes on your app. If you want ID3 information for audio files, you'll also need to install mutagen.

Installing from PyPI

You can easily install it from PyPI:

pip install onsigntv-app-simulator

Installing from this repo

You can also install it from this repo.

After cloning or downloading this repo, just enter the folder, create a new environment and install it.

python3 -m venv env
. env/bin/activate

python setup.py install

Using the Simulator

After installing, running the simulator is very simple. The following command should be in your path:

onsigntv-app-simulator path/to/apps

If you don't specify a path, the app simulator will use your current working directory.

After running, open your browser and navigate to http://127.0.01:8080/. Click on your template file, fill in the options and start developing.

The app simulator will automatically track files – like images, CSS or Javascript - used by your app. If any file used changes the app will be automatically reloaded.

Heads Up! If you installed the simulator in a virtualenv the command should be running with the virtualenv activated!

Report any issues you find here and keep on working on your apps!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

onsigntv-app-simulator-1.2.0.tar.gz (67.7 kB view hashes)

Uploaded Source

Built Distribution

onsigntv_app_simulator-1.2.0-py3-none-any.whl (71.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page