Skip to content

kohactive/kohtobooth

Repository files navigation

kohtobooth

The Physical Photobooth Setup

How the Images Get to this App

  • ifttt app pushes all new photos on the iPad to a Google Drive folder(currently [email protected]/Halloween Photo Booth/2017)
    • The ifttt app must be running in the background for this to happen(should run every 5-10 mins), otherwise it will sync every time the ifttt app is opened.
  • Zapier checks the Drive folder every 5 minutes and sends a new record to Firebase for each new photo

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd my-app
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links