Thanks to visit codestin.com
Credit goes to github.com

Skip to content

happyteamio/happytodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HappyTodo

Slack TODO app built on plugs. Supports the following commands:

  • /add text - adds a new todo item
  • /list - lists the items
  • /pick text - removes the item containing text from the list

Installation

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

def deps do
  [{:happy_todo, "~> 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/happy_todo.

About

Plug-based slack todo application written in Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published