Skip to content

Latest commit

 

History

History

holidays-viewer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Holidays-Viewer

A demo app that fetches the day's holidays from Wikipedia with options to search for holidays of other dates, and logging in to add new holidays. The app uses API:Parse to fetch the holidays, API:Login to authenticate a user and API:Edit to add a new holiday. Browse the app here.

Install

$ git clone https://github.com/wikimedia/mediawiki-api-demos
$ cd mediawiki-api-demos/apps/holidays-viewer
$ pip install -r requirements.txt
Install the necessary python modules with pip
$ python3 app.py

Screenshot

1. List holidays 2. Search holidays 3. Login 4. Add a holiday