Finds the top N words by count on wikipedia
$ 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/
You can add the CSS style in static/ and change in the Dockerfile
COPY ./static/style_cobalt.css $APP_DIR/static/style.css
You can pull the Docker image from the hub
$ docker pull cisco1988/wikipedia_app