Ionic3 Coffeemaker App
This is a simple Ionic app for our version of the coffeemaker payment system. The original project used a native Android app to maintain card-IDs and the pricelist. As our Arduino sketch is based on an IoT device, we instead use this app, which exchanges messages over MQTT with the coffeemaker payment system.
After installing the Ionic3 CLI, just clone this repository and start a local webserver by typing
npm install
ionic serve