Skip to content

Alice handler that allows Alice to say good morning to people in different languages.

License

Notifications You must be signed in to change notification settings

adamzaninovich/alice_good_morning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AliceGoodMorning

Hex Version Hex Downloads License: MIT

This handler will allow Alice to say good morning to people in different languages.

It does so only once each morning.

Installation

If available in Hex, the package can be installed as:

  1. Add alice_good_morning to your list of dependencies in mix.exs:
```elixir
defp deps do
   [
     {:websocket_client, github: "jeremyong/websocket_client"},
     {:alice, "~> 0.3"},
     {:alice_good_morning, "~> 1.0"}
   ]
end
```
  1. Add the handler to your list of registered handlers in mix.exs:
```elixir
def application do
  [applications: [:alice],
    mod: {
      Alice, [Alice.Handlers.GoodMorning, ...]}]
end
```

Usage

Use @alice help for more information.

About

Alice handler that allows Alice to say good morning to people in different languages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%