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
- Fork it ( https://github.com/Nephos/notify/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- Nephos Arthur Poulet - creator, maintainer
Repository
notify
Owner
Statistic
- 0
- 0
- 0
- 0
- 1
- about 8 years ago
- October 13, 2016
License
MIT License
Links
Synced at
Sun, 17 Nov 2024 19:11:17 GMT
Languages