Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 899 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 899 Bytes

Website

Favicon

Purpose

PopComPics (Popular Commons Pics) shows you how many times each picture of a certain Commons user has been utilized in Wikimedia projects like Wikipedia, Wikidata, Wikivoyage and others. Picture of App

Technical Details

I used Webcomponents with the pubsub pattern according to Peter Carroll's repository. Thanks very much, Peter! Admittedly pubsub doesn't really make sense on such a simple app, but I just wanted to get a better understanding on how to set it up. A disadvantage of this approach seems to be that the array received from the API call has to be traversed multiple times in order to get all needed infos for each web component - not very efficient.