Java alarms triggered when price of a cryptocurrency or cryptoasset crosses a boundary or surpasses a given change.
Uses libdynticker to get data from the exchanges.
compile 'mobi.boilr:libpricealarm:0.3.0'
<dependency>
<groupId>mobi.boilr</groupId>
<artifactId>libpricealarm</artifactId>
<version>0.3.0</version>
</dependency>
mvn package
to create a jar.
libpricealarm follows Semantic Versioning with the API being the public methods and attributes provided by its classes.
libpricealarm code licensed under GNU LGPL v3 or later. Copyright belongs to André Filipe Santos, David Ludovino and other contributors listed on GitHub.