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

https://github.com/z-eos/umi-neo

reincarnation of umi
https://github.com/z-eos/umi-neo

Last synced: 5 months ago
JSON representation

reincarnation of umi

Awesome Lists containing this project

README

          

# umi-neo

Mojo reincarnation of [umi](https://github.com/z-eos/umi)

```
#> cd /path/to/root/of/proj
#> morbo script/umi
#> go to http://localhost:3000
```

### Config

config file is expected to reside in `conf/`

### Tests

```
#> cd /path/to/root/of/proj
#> prove -lrv t
```