Skip to content

KevinPayravi/view-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

View it

View it! is a tool that shows Wikipedia readers and editors relevant Wikimedia Commons media depicting—or otherwise related to—the article they are reading. View our documentation on Meta wiki for more information.

The tool is in active develop. Frequent changes should be expected through at least the end of 2022.

This repository is for the code behind https://view-it.toolforge.org/. A user script is also available to add a portlet link to View it! when viewing articles across Wikimedia wikis.

Installation

This is an Express JavaScript project.

To run locally:

export PORT=3000
npm install
node server.js

Support

Questions, comments, and suggestions can be placed on our projects Meta talk page.

Issues and tasks are tracked on Phabricator.