fvioz / hil-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hil Sample App

  1. Clone the repository:
$ git clone --recursive git@github.com:fvioz/hil-sample.git
$ cd hil-sample
  1. Install the requirements:
$ pip3 install -r hil/requirements.txt
  ```

3. Run the sample app:

```console
python3 `main.py`
  ```

4. Run `Bell` app

```console
$ curl -X POST --data "component=Bell&event=play" http://localhost:8000
  ```

5. Run `Dialog` app

```console
$ curl -X POST --data "component=Dialog&event=show" http://localhost:8000
  ```

About

License:Apache License 2.0


Languages

Language:Python 100.0%