Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 2.13 KB

README.md

File metadata and controls

62 lines (37 loc) · 2.13 KB

About The Project

Listen my order is sample application from the euphony library for ordering food over acoustic data communication. Our goal is to help restaurateurs set up low-cost food ordering systems instead of kiosks.

  • Features

    • Export the menu list through the microphone.
    • Import the menu list via the speaker.
    • Add a menu to menu list. Menu information consists of name, price and description.

Installation

  1. Clone the repo
    git clone https://github.com/euphony-io/listen-my-order.git
  2. Bulid the project by gradle wrapper
    ./gradlew build

Usage

Restaurant Owner

  1. Press 'Export Menu' button

그림7

  1. Enter your restaurant name and click '+' button which locate below

그림1

  1. Enter food name, food description and food price. Then click 'Save' button

그림2

  1. Click 'Export Menu' button to generate sound signal.

그림4

  1. 'Export Menu' will change to 'Exporting Menu...' and signal will be generated

그림6

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache 2.0. See LICENSE for more information.