whatever / grow-therapy-homework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wikipedia counter

Back-end web application that acts as a wrapper around the Wikipedia API:

  • flask app
  • use wikipedia api to return number of views for an article for a given month

docker

build:

make build

build and run for dev:

make run

test:

make test

examples of targets:

example response:

curl -s "http://localhost:8181/api/1/count?month=2021-01&article=Python" | jq .
{
  "count": 14423,
  "status": "ok"
}

install as python package

See ./wikipedia_counter/README.md.

About


Languages

Language:Python 95.9%Language:Dockerfile 2.4%Language:Makefile 1.7%