Skip to content

stevegrossi/reminders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reminders

This is demo Elixir application as part of a talk I gave at Indy Elixir. Its purpose is to explore processes and supervision in Elixir, building from scratch and then with GenServer a simple console app for storing reminders and being reminded of them.

iex> Reminders.Client.remind_me("Buy milk", 3)
:ok
# 3 seconds later...
REMINDER: Buy milk

About

A demo for an Indy Elixir talk of mine about processes and supervision in Elixir

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages