Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 886 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 886 Bytes

Wikipedia Search

This is a simple console application for searching and displaying information from Wikipedia.

Interface

image

Features

Search for articles on Wikipedia with Kotlin Select the language of Wikipedia (currently supported: English, Russian, German) Display the article title, snippet, and text (without XML tags)

Installation

To run the application, you need to have the latest version of the Java Development Kit (JDK) installed on your computer. You can download it from the official Oracle website: https://www.oracle.com/java/technologies/downloads/.

After installing the JDK, you can download the source code of the application from GitHub: https://github.com/example/wikipedia-search. You can either clone the repository or download the ZIP archive.