Skip to content

tom-james-watson/wikitrivia

Folders and files

NameName
Last commit message
Last commit date
Jan 21, 2022
Apr 23, 2021
Aug 29, 2024
Jul 7, 2022
Jan 30, 2022
Apr 24, 2021
Aug 29, 2024
Jan 30, 2022
Apr 25, 2021
Apr 25, 2021
Apr 23, 2021
Jan 29, 2022
Jan 16, 2022
Jan 16, 2022
Feb 6, 2024
Feb 6, 2024
Jan 7, 2025
Jan 7, 2025
Jan 29, 2022

Repository files navigation

Wiki Trivia

This is the source code for the web app at https://wikitrivia.tomjwatson.com.

The repository for the scraper can be found here.

Usage

Prerequisites

npm install

Development

npm run dev

Then visit http://localhost:3000/ to preview the website.

Static build

To build a static version of the website to the out folder, run:

npm run build

Then run said build with:

npm start

FAQ

Where does the data come from?

The data is all sourced from wikidata.

I was played a card that doesn't make sense - what gives?

There are some cards that unfortunately don't quite make sense or have bad data. These need to be removed from the game and, ideally, to have their underlying wikidata entry fixed.

Please report any bad cards here: #2.