piersolenski / get-rekt-web-app

Get Rekt mobile app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Rekt Web App

Built as part of the Get Rekt hackathon, this is a component in a larger photobooth app.

This part grabs a UUID from an API and generates a QR code from it. The user then scans the QR code, which triggers a countdown before taking a photo. The image is then composited on a sever before being sent back to the app via a websocket. The countdown "beep" is generated using the Web Audio API, 'cos why not?

Setup

$ bower install
$ npm install

Development

$ gulp watch

Distribution

$ gulp build

About

Get Rekt mobile app


Languages

Language:JavaScript 45.2%Language:CSS 44.2%Language:HTML 10.6%