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.
-
- 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.
- Clone the repo
git clone https://github.com/euphony-io/listen-my-order.git
- Bulid the project by gradle wrapper
./gradlew build
- Press 'Export Menu' button
- Enter your restaurant name and click '+' button which locate below
- Enter food name, food description and food price. Then click 'Save' button
- Click 'Export Menu' button to generate sound signal.
- 'Export Menu' will change to 'Exporting Menu...' and signal will be generated
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache 2.0. See LICENSE for more information.