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

https://github.com/horance-liu/hiai


https://github.com/horance-liu/hiai

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# hiai

## Build

```bash
$ mkdir build && cd build
$ cmake ..
$ make
```

## Test

```bash
$ cmake -DHIAI_RUN_TESTS=on ..
$ make
$ make test
```