- iPad on a stand with a ring light
- Simple Booth Event Edition 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
You will need the following things properly installed on your computer.
- Git
- Node.js (with NPM)
- Ember CLI
- Google Chrome
git clone <repository-url>
this repositorycd my-app
npm install
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.