An open API service indexing awesome lists of open source software.

https://github.com/edgeapp/edge-snack-bar-app

Application that generates a QR code for multiple cryptocurrency options
https://github.com/edgeapp/edge-snack-bar-app

Last synced: about 1 year ago
JSON representation

Application that generates a QR code for multiple cryptocurrency options

Awesome Lists containing this project

README

          

# edge-snack-bar-app

## Link To Live App

https://edgeapp.github.io/edge-snack-bar-app/

## Description

The Edge Snack Bar Application generates a QR code for multiple cryptocurrency options for those in the Edge office that would like to purchase a snack.

### Office Snack Bar
![Office Snack Bar](https://github.com/EdgeApp/edge-snack-bar-app/blob/readmeAssets/office-snack-bar.jpeg)

### Selection Screen
![Select Screen](https://github.com/EdgeApp/edge-snack-bar-app/blob/readmeAssets/select-screen.png)

### QR Code Screen
![QR Code Screen](https://github.com/EdgeApp/edge-snack-bar-app/blob/readmeAssets/qr-code-screen.png)

## Configuration
1. Clone the repo
```
$ git clone https://github.com/EdgeApp/edge-snack-bar-app.git
```
2. Change directory
```
$ cd edge-snack-bar-app
```
3. Copy `config.sample.json` to `config.json`
```
$ cp config.sample.json config.json
```
4. Run `yarn`

```
$ yarn
```

## Run Locally
```
$ yarn demo
```