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

https://github.com/chansuke/otpex

OPT server
https://github.com/chansuke/otpex

electron otp

Last synced: about 1 month ago
JSON representation

OPT server

Awesome Lists containing this project

README

          

# Otpex

**TODO: Add description**

## Installation

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

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

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

2. Ensure otpex is started before your application:

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