An open API service indexing awesome lists of open source software.

https://github.com/u-mulder/hs_proj_search_engine

Hyperskill search engine project
https://github.com/u-mulder/hs_proj_search_engine

hyperskill kotlin search-engine

Last synced: 3 months ago
JSON representation

Hyperskill search engine project

Awesome Lists containing this project

README

          

# Search engine

[Hyperskill.org](https://hyperskill.org) search engine project with Kotlin.

All steps included.

Build app:

kotlinc app.kt -d app.jar -include-runtime

Run:

java -jar app.jar
// with data_sample file:
java -jar app.jar --data data_sample.txt