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.
$ 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
1. List holidays | 2. Search holidays | 3. Login | 4. Add a holiday |