https://github.com/arpitgo4/beveragemachine
Beverage Machine Firmware
https://github.com/arpitgo4/beveragemachine
Last synced: about 2 months ago
JSON representation
Beverage Machine Firmware
- Host: GitHub
- URL: https://github.com/arpitgo4/beveragemachine
- Owner: arpitgo4
- Created: 2020-06-04T22:04:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T06:22:52.000Z (about 6 years ago)
- Last Synced: 2025-02-21T12:19:53.144Z (over 1 year ago)
- Language: TypeScript
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beverage Machine Firmware
```
1. List Beverages.
2. Prepares beverages.
3. Indicates on low ingredient quantity.
```
# Setup
```
npm install
```
# Test
```
NODE_ENV=test npm test
```
# Class Design
Beverage Machine UML
# 