Apollo 18

Provides mechanism to make your things be like Apollo 18: Officially don't exists, only the owner know that it (if ?) exists. The truth is out there (Maybe ...).

Installation

The package can be installed by adding Apollo 18 to your list of dependencies in mix.exs:

def deps do
  [
    {:apollo18, "~> 1.1.5"}
  ]
end

Web Usage

This module functionalities are ported too for be used in web/javascript. This could be usefull to send/receive messages between a web browser client (Javascript side) and a server (Elixir side).

For javascript utilization:

<script src="./apollo18.min.js"></script>

To search the file "apollo18.min.js":

So, make anything awesome!

The docs can be found at https://hexdocs.pm/apollo18.