Skip to content

Frontend client for the Trivia API game. (development in progress)

Notifications You must be signed in to change notification settings

1eam/TriviaAPI_Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trivia Frontend

Frontend-part of the Last Trivia API, Ever

drawing

_TriviaFrontend is a frontend that provides 5 trivia's from the TriviaAPI backend server with questions from the OpenTriviaDB client.

Usage:

  • send request to /questions endpoint
  • receive 5 trivias
  • post submitted answer to /getanswer in the following JSON structure:
{
    "question": "What year is it?",
    "submitted_answer": "2021"
}

✨Magic ✨

  • receive back answer-result & correct answer:
{
   "correct_answer": "2021",
   "answered_correct": true
}

About Application

This frontend project is part of a bigger project which includes API that serves this frontend.

License

none

Free Software :D

About

Frontend client for the Trivia API game. (development in progress)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published