This repository has been archived by the owner. It is now read-only.

notify

notify

libnotify wrapper.

Installation

Add this to your application's shard.yml:

dependencies:
  notify:
    github: Nephos/notify

Usage

require "notify"

Notify.send("Title", "Body text", "image path")
n = Notify::Notification.new("Title", "Body text", "image path")
n.show
n.title = "test 2"
n.show

Development

I use the project libnotify.cr. Thanks to this work.

Contributing

  1. Fork it ( https://github.com/Nephos/notify/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • Nephos Arthur Poulet - creator, maintainer
Repository

notify

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 1
  • over 7 years ago
  • October 13, 2016
License

MIT License

Links
Synced at

Sun, 12 May 2024 00:35:05 GMT

Languages