Skip to content

wmde/wikidata-item-quality-evaluator

Repository files navigation

Wikidata Item Quality Evaluator

For a live demo, visit the Wikidata Item Quality Evaluator

The Wikidata Item Quality Evaluator is designed to identify Items with low quality scores to help editors easily find the areas which they should spend their time improving the data.

  • Wikidata editors who want to find the most problematic Items in their area of interest and see how the quality of their area improves over time to see the reward of their work
  • Data re-users who want to understand the state of the data they need for their application

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.