A website that lets you search every article on Wikipedia and gives you Its summary
1.6K
miniWikipedia is a website that lets you search every article on Wikipedia and gives you the concise summaries of any topic. It runs in Node.js and TypeScript.
It's possible to install the docker image of miniWikipedia by running this command:
docker container run -p YOUR_PORT:3000 -d d0ckmg/miniwikipedia
or alternatively, you can use a docker-compose file:
docker-compose.yml
version: "3.9"
services:
node:
image: d0ckmg/miniwikipedia
container_name: miniwikipedia
ports:
- 3000:3000/tcp
Other particular parameters shouldn't be necessary
To use miniWikipedia, simply access to your-ip-address:3000, type a topic in the search box and click the search button or press 'enter'. While typing, below the input bar, will appear a text suggestion, to select it just click on it or press 'tab'.
The Github repo is available at https://github.com/aledipa/miniwikipedia
Content type
Image
Digest
sha256:5b5d8fe6b…
Size
113.6 MB
Last updated
7 months ago
docker pull d0ckmg/miniwikipedia