A service running on Raspberry Pi which pours beverages when triggered over the internet.
- Dark rum
- Vodka
- Gin
- Cointreau
- Tonic
- Coke
- Lemonade
- Ginger beer
- Lime juice
- Cuba Libre
- Gin & Tonic
- Moscow Mule
- Dark & Stormy
- Gin/Vodka Margarita
- & more...
Current versions used: npm 6.13.4
& node.js 12.16.1
Install with nvm
- Configure a MongoDB cluster
- Inside the
.env
file, replaceMONGODB_URL
with your cluster URL, including<username>
and<password>
with your cluster username & password
To install NPM dependencies:
npm install
To ensure the linting of Typescript files, run:
npm run lint
This project can only run on a Raspberry Pi due to the hardware requirements of the dependency onoff
.