Skip to content

Files

Latest commit

3bd5e9f · Mar 26, 2025

History

History
Cannot retrieve ahead/behind information for this branch.

Folders and files

NameName
Last commit message
Last commit date
Aug 2, 2023
Jan 1, 2024
Mar 25, 2023
Mar 25, 2023
Mar 28, 2018
Feb 4, 2023
Feb 4, 2023
Feb 4, 2023
Feb 4, 2023
Mar 26, 2023
Feb 9, 2018
Feb 4, 2023
Feb 23, 2018
Aug 2, 2023
Mar 26, 2025
Feb 17, 2025

wiki_top_search Build Status codecov

Finds the top N words by count on wikipedia

How to test it

$ docker build -t wiki_app .
$ docker run -d -p 1234:1234 wiki_app

Then with a browser open http://127.0.0.1:1234/v1/getinfo/en/21721040/5/

How to customize it

You can add the CSS style in static/ and change in the Dockerfile

COPY ./static/style_cobalt.css $APP_DIR/static/style.css 

Docker hub

You can pull the Docker image from the hub

$ docker pull cisco1988/wikipedia_app