/libpricealarm

Java alarms triggered when price crosses a boundary or surpasses given change.

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

libpricealarm

Build Status

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.

Using this library

Gradle

compile 'mobi.boilr:libpricealarm:0.3.0'

Maven

<dependency>
  <groupId>mobi.boilr</groupId>
  <artifactId>libpricealarm</artifactId>
  <version>0.3.0</version>
</dependency>

Building

mvn package to create a jar.

Versioning

libpricealarm follows Semantic Versioning with the API being the public methods and attributes provided by its classes.

License and authorship

libpricealarm code licensed under GNU LGPL v3 or later. Copyright belongs to André Filipe Santos, David Ludovino and other contributors listed on GitHub.