Popularity
1.0
Declining
Activity
0.0
Stable
0
2
0

Monthly Downloads: 10
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Unclassified    

pushbullet alternatives and similar packages

Based on the "Unclassified" category.
Alternatively, view pushbullet alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of pushbullet or a related project?

Add another 'Unclassified' Package

README

pushbullet

Pushbullet API written in haskell

Installation

clone the source directory and add the dependency 'pusbullet' to your package in the .cabal file and then run

cabal sandbox add-source /path/to/clone/
cabal configure
cabal install

Usage

The only way to send a message is with the sendPush function.


sendPush (pushSecret "SomethingReallySecret") Nothing $ PushNote "Test" "Some message"

How to run tests

cabal configure --enable-tests && cabal build && cabal test

Contributing

Submit a pull request