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

https://github.com/azuobs/simple-search

Simple search algorithm with test suite
https://github.com/azuobs/simple-search

Last synced: about 1 year ago
JSON representation

Simple search algorithm with test suite

Awesome Lists containing this project

README

          

## Run the dev app

```bash
sbt "run ."
```

## Test the app

```bash
sbt test
```

## Run the compiled app

```bash
java -jar dist/SimpleSearch.jar .
```

## Assemble the app

```bash
sbt assembly
cp target/scala-2.12/SimpleSearch.jar dist/SimpleSearch.jar
```