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

https://github.com/niku/mihari

A generic watcher built on a top of ErlangVM
https://github.com/niku/mihari

Last synced: about 1 month ago
JSON representation

A generic watcher built on a top of ErlangVM

Awesome Lists containing this project

README

          

# Mihari

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add mihari to your list of dependencies in `mix.exs`:

def deps do
[{:mihari, "~> 0.0.1"}]
end

2. Ensure mihari is started before your application:

def application do
[applications: [:mihari]]
end