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

https://github.com/iboard/coex

An example of using Conion in a Phoenix LiveView application
https://github.com/iboard/coex

Last synced: 9 months ago
JSON representation

An example of using Conion in a Phoenix LiveView application

Awesome Lists containing this project

README

          

# Coex

An example application using [Conion](https://github.com/iboard/conion) in a Phoenix LiveView application.

In mix.exs/deps, if you checked out Conion first, you can use
```
{:conion, path: "../conion"}
```
or reference Conion as a package like so
```
{ :conion, "~> 0.1"}
```