2014-10-07 16:04:55 +00:00
|
|
|
Categories:Office
|
|
|
|
License:GPLv3+
|
|
|
|
Web Site:http://boilr.mobi
|
|
|
|
Source Code:https://github.com/andrefbsantos/boilr
|
|
|
|
Issue Tracker:https://github.com/andrefbsantos/boilr/issues
|
|
|
|
Donate:http://boilr.mobi#donate
|
|
|
|
Bitcoin:1PHuSWfuAwR6oz9qV93rTdMVozfM85Qqxx
|
|
|
|
|
|
|
|
Auto Name:Boilr
|
|
|
|
Summary:Cryptocurrency and bullion price alarms
|
|
|
|
Description:
|
2014-10-07 19:21:57 +00:00
|
|
|
Monitor cryptocurrencies and bullion prices and trigger alarms
|
|
|
|
according to user settings.
|
2014-10-07 16:04:55 +00:00
|
|
|
|
|
|
|
Supports 2 types of alarms:
|
|
|
|
|
|
|
|
* Price Hit - Triggered when price crosses the alarm's upper or lower limit.
|
|
|
|
* Price Change - Triggered when price changes more than X amount (in currency or percentage) in a specified time frame (e.g. 1 day).
|
|
|
|
|
2014-10-07 19:21:57 +00:00
|
|
|
Sound and vibration are configurable globally and individually for each alarm.
|
|
|
|
Lists of exchanges, pairs and alarms are fully searchable, allowing a quick
|
|
|
|
alarm setup and configuration.
|
2014-10-07 16:04:55 +00:00
|
|
|
|
2014-10-07 19:21:57 +00:00
|
|
|
Market data is retrieved directly from the exchanges using WiFi or mobile
|
|
|
|
data (if allowed). Boilr supports all [https://github.com/andrefbsantos/libdynticker/#supported-exchanges exchanges available on libdynticker],
|
|
|
|
as all their pairs.
|
2014-10-07 16:04:55 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://github.com/andrefbsantos/boilr.git
|
|
|
|
|
|
|
|
Build:0.0.0,1
|
|
|
|
commit=0.0.0
|
|
|
|
maven=yes
|
2014-10-07 19:21:57 +00:00
|
|
|
srclibs=libdynticker@0.0.0,libpricealarm@0.0.0
|
|
|
|
prebuild=sed -i -e 's@http://jabylon.org/maven@http://localhost/@g' pom.xml $$libdynticker$$/pom.xml $$libpricealarm$$/pom.xml && \
|
|
|
|
pushd $$libdynticker$$ && \
|
|
|
|
$$MVN3$$ install -Dmaven.test.skip=true && \
|
|
|
|
popd && \
|
|
|
|
pushd $$libpricealarm$$ && \
|
|
|
|
$$MVN3$$ install -Dmaven.test.skip=true && \
|
|
|
|
popd
|
2014-10-07 16:04:55 +00:00
|
|
|
|
2014-10-13 11:32:23 +00:00
|
|
|
Build:0.2.0,3
|
|
|
|
commit=0.2.0
|
2014-10-11 02:18:03 +00:00
|
|
|
maven=yes
|
2014-10-13 11:32:23 +00:00
|
|
|
srclibs=libdynticker@0.2.0,libpricealarm@0.0.1
|
2014-10-11 02:18:03 +00:00
|
|
|
prebuild=sed -i -e 's@http://jabylon.org/maven@http://localhost/@g' pom.xml $$libdynticker$$/pom.xml $$libpricealarm$$/pom.xml && \
|
|
|
|
pushd $$libdynticker$$ && \
|
|
|
|
$$MVN3$$ install -Dmaven.test.skip=true && \
|
|
|
|
popd && \
|
|
|
|
pushd $$libpricealarm$$ && \
|
|
|
|
$$MVN3$$ install -Dmaven.test.skip=true && \
|
|
|
|
popd
|
|
|
|
|
2014-10-15 02:22:14 +00:00
|
|
|
Build:0.2.1,4
|
|
|
|
commit=0.2.1
|
|
|
|
maven=yes
|
|
|
|
srclibs=libdynticker@0.2.0,libpricealarm@0.0.1
|
|
|
|
prebuild=sed -i -e 's@http://jabylon.org/maven@http://localhost/@g' pom.xml $$libdynticker$$/pom.xml $$libpricealarm$$/pom.xml && \
|
|
|
|
pushd $$libdynticker$$ && \
|
|
|
|
$$MVN3$$ install -Dmaven.test.skip=true && \
|
|
|
|
popd && \
|
|
|
|
pushd $$libpricealarm$$ && \
|
|
|
|
$$MVN3$$ install -Dmaven.test.skip=true && \
|
|
|
|
popd
|
|
|
|
|
2014-10-17 02:18:11 +00:00
|
|
|
Build:0.3.0,5
|
|
|
|
commit=0.3.0
|
|
|
|
maven=yes
|
2014-10-17 18:25:57 +00:00
|
|
|
srclibs=libdynticker@0.3.0,libpricealarm@0.1.0
|
2014-10-17 02:18:11 +00:00
|
|
|
prebuild=sed -i -e 's@http://jabylon.org/maven@http://localhost/@g' pom.xml $$libdynticker$$/pom.xml $$libpricealarm$$/pom.xml && \
|
|
|
|
pushd $$libdynticker$$ && \
|
|
|
|
$$MVN3$$ install -Dmaven.test.skip=true && \
|
|
|
|
popd && \
|
|
|
|
pushd $$libpricealarm$$ && \
|
|
|
|
$$MVN3$$ install -Dmaven.test.skip=true && \
|
|
|
|
popd
|
|
|
|
|
2014-10-17 18:25:57 +00:00
|
|
|
Build:0.4.0,6
|
|
|
|
commit=0.4.0
|
|
|
|
maven=yes
|
|
|
|
srclibs=libdynticker@0.4.0,libpricealarm@0.1.0
|
|
|
|
prebuild=sed -i -e 's@http://jabylon.org/maven@http://localhost/@g' pom.xml $$libdynticker$$/pom.xml $$libpricealarm$$/pom.xml && \
|
|
|
|
pushd $$libdynticker$$ && \
|
|
|
|
$$MVN3$$ install -Dmaven.test.skip=true && \
|
|
|
|
popd && \
|
|
|
|
pushd $$libpricealarm$$ && \
|
|
|
|
$$MVN3$$ install -Dmaven.test.skip=true && \
|
|
|
|
popd
|
|
|
|
|
|
|
|
Archive Policy:2 versions
|
2014-10-07 16:04:55 +00:00
|
|
|
Auto Update Mode:Version %v
|
|
|
|
Update Check Mode:Tags
|
2014-10-18 02:18:03 +00:00
|
|
|
Current Version:0.4.0
|
|
|
|
Current Version Code:6
|
|
|
|
|