moviechooser is an app for choosing a random movie night idea from a predefined list.
The following environment variables must be setup to run the app. To do this, a .env
file must be created in the project root (see example .sample-env
file).
SERVER_PORT=
FIREBASE_APIKEY=api-key
FIREBASE_AUTHDOMAIN=project-id.firebaseapp.com
FIREBASE_DATABASEURL=https://project-id.firebaseio.com
FIREBASE_PROJECTID=project-id
FIREBASE_STORAGEBUCKET=project-id.appspot.com
FIREBASE_MESSAGINGSENDERID=sender-id
FIREBASE_APPID=app-id
FIREBASE_MEASUREMENTID=G-measurement-id
- Now built using Custom Elements v1. Elements bundled using Rollup.
- Application hosted on a DigitalOcean droplet. Data held in Firebase.
- Double tap event handler function comes from this StackOverflow answer by user Anulal S.
selectText
function is adapted from jQuery plugin given in this StackOverflow answer by user Tom Oakley.
- Twitter: @mjlawrence