Skip to content

Trivia questions game for alexa and dialogflow. Built with using DDD

Notifications You must be signed in to change notification settings

bmelnychuk/brainpicker

Repository files navigation

This is project a simple version of trivia questions. You can find something similar at http://www.triviaquestionsnow.com or https://trivia.fyi. Basically, you have sets of questions grouped into categories by a common topic. The user can select a category and then answer questions which are validated by the system.

It's integrated with alexa and dialogflow.

The process of building this project is covered in my articles:

To run the project locally you need to integrate with the firebase. You can read about it here

The easiest would be to create firebase-config-dev.json in the root folder with the following structure:

{  
	"databaseURL": "YOUR_DATABASE_URL"
	"storageBucket": "YOUR_STORAGE_BUCKET"
	"projectId": "PROJECT_ID"
}

To deploy the project to firebase functions double check script/firebase folder and make sure you have all required files and fields there.

To integrate with alexa or dialogflow you need to create new alexa or dialogflow app and import schema from schema folder.

About

Trivia questions game for alexa and dialogflow. Built with using DDD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published