https://github.com/narven/loading-message
Library to select one random funny loading message.
https://github.com/narven/loading-message
elixir loading phoenix-framework
Last synced: about 1 month ago
JSON representation
Library to select one random funny loading message.
- Host: GitHub
- URL: https://github.com/narven/loading-message
- Owner: Narven
- License: mit
- Created: 2019-08-09T14:01:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T07:58:01.000Z (almost 4 years ago)
- Last Synced: 2025-02-21T13:48:22.067Z (over 1 year ago)
- Topics: elixir, loading, phoenix-framework
- Language: Elixir
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LoadingMessage
Loading Message. Generator of random funny loading messages
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `loading_message` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:loading_message, "~> 0.2.0"}
]
end
```
## Usage
```elixir
LoadingMessage.Messages.random()
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/loading_message](https://hexdocs.pm/loading_message).