Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

zuzak/wikidata-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wikidata viewer

Installation

git clone https://github.com/zuzak/wikidata-viewer
cd wikidata-viewer
npm install
npm start
firefox http://localhost:3000/

Configuration

In config.json:

{
    "restrict": true,
    "write": false
}
  • When restrict is true, only edits to the Wikidata sandbox will be accepted. This is to ensure that faulty code won't go haywire!
  • When write is false, no edits will be accepted.

When editing on a local installation, use

{
    "restrict": false,
    "write": false
}

About

A small test of the Wikidata API

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published