No description
Find a file
N0tExisting a9cf84f294
All checks were successful
Elixir CI / Build and test (push) Has been skipped
Stop CI from running
Its broken :(
2023-12-19 14:31:29 +01:00
.github/workflows Stop CI from running 2023-12-19 14:31:29 +01:00
lib Add Random to handler 2023-12-19 09:51:00 +01:00
test Initial Commit 2023-12-18 16:17:23 +01:00
.formatter.exs Initial Commit 2023-12-18 16:17:23 +01:00
.gitignore Initial Commit 2023-12-18 16:17:23 +01:00
mix.exs Initial Commit 2023-12-18 16:17:23 +01:00
mix.lock Initial Commit 2023-12-18 16:17:23 +01:00
README.md Initial Commit 2023-12-18 16:17:23 +01:00

Elixir Random

A http server that returns a random string

Installation

If available in Hex, the package can be installed by adding elixir_random to your list of dependencies in mix.exs:

def deps do
  [
    {:elixir_random, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/elixir_random.