Respo / notifier.cljs

Some code to interact with Notifications API

Home Page:http://repo.respo-mvc.org/notifier/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notifications for Respo

Pop notifications with Respo Effects

Usage

Clojars Project

[respo/notifier "0.1.3"]
(require '[notifier.comp.notifications :refer [nofity!]])

(def notifications {
  "q42342" {:title "title demo"
            :body "body demo"
            :icon "icon url demo"
            :id "q42342"}
})

; pop notifications with effects
(effect-notify notifications {:when-inactive? true, on-close (fn [noti])})

Workflow

Workflow https://github.com/mvc-works/calcit-workflow

License

MIT

About

Some code to interact with Notifications API

http://repo.respo-mvc.org/notifier/


Languages

Language:Cirru 94.5%Language:Clojure 5.3%Language:CSS 0.3%