/quiz-player-app

Multiplayer quiz app built on Salesforce technology (player app)

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Multiplayer quiz app built on Salesforce technology (player app)

ℹ️ Please refer to the quiz host app for documentation.

Heroku deploy (recommended)

Click on this button and follow the instructions to deploy the app:

Deploy

Local setup (development only)

Create a .env file at the root of the project:

SF_LOGIN_URL='https://test.salesforce.com'
SF_USERNAME='YOUR_SALESFORCE_USERNAME'
SF_PASSWORD='YOUR_SALESFORCE_PASSWORD'
SF_TOKEN='YOUR_SALESFORCE_SECURITY_TOKEN'
QUIZ_API_KEY='YOUR_QUIZ_API_KEY'

Run the project with npm start