Skip to content

nutshell-lab/attitude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attitude

Attitude is a small framework letting you track how your data behave.

if Attitude.match?(user, [:updated_address, :live_in_france, :has_bought_at_lest_once]) do
  UserNotifier.deliver_welcome_france_discount()
end

Installation

def deps do
  [
    {:attitude, "https://github.com/nutshell-lab/attitude.git"}
  ]
end

About

Track data and react on its behaviour

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages