https://github.com/sdvg/beerbar
PayPal backed payment system for self-served beer bars™
https://github.com/sdvg/beerbar
Last synced: 12 months ago
JSON representation
PayPal backed payment system for self-served beer bars™
- Host: GitHub
- URL: https://github.com/sdvg/beerbar
- Owner: sdvg
- License: mit
- Created: 2020-04-23T20:37:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T01:01:41.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T23:17:36.233Z (over 1 year ago)
- Language: HTML
- Size: 185 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍺 BeerBar - PayPal backed payment system for self-served beer bars™
A fun afternoon project to learn [Svelte](https://svelte.dev/):

The "Pay Up" button leads to PayPal.me with the receiver and amount pre-filled.
[Demo](http://sdvg.github.io/beerbar) (Please don't actually send me money 🙂)
## Development
Beer sorts and prices, deposit price and PayPal ID can be changed in `beerData.json`.
Currency is hardcoded to Euro (for formatting and the PayPal link) but should be easy to change.
* Serve locally: `npm run dev`
* Build: `npm run build`