Hello I am Seyda Bozkurt, I have been working in software for 5 years and today I wanted to share this project with you.
The purpose of this project is to alert the Coin to the value of the stock market.We can set the upper and lower sales limits.
Alarm is running low and upper limits.The alarm consists of an audio file, if you do not hear the alarm or forget it, it will continue to play in 20 seconds.Using the Bittrex API system, we can monitor the data instantly.I think it's a simple and fun project.as an example, I used BTC-STEEM.Install the project on the virtual server and do not forget to upload the database file to MySql..I'm waiting for your comments
"https://bittrex.com/api/v1.1/public/getmarketsummary?market=BTC-$bder";
Coin type, lower limit and upper limit in the interface:
Project files:
Some of the project codes are available:
Control.php Codes:
where he pulls the coin from the database and pulls the coin
Database Table:
database connection codes:
$mysql_hostname = "localhost";
$mysql_user = "vhrnlzcl_musteri";
$mysql_password = "seyda1234@";
$mysql_database = "vhrnlzcl_musteri";
$bd =_connect($mysql_hostname, $mysql_user, $mysql_password)
or die("size daha iyi hizmet verebilmek icin bakım calismasi yapmaktayiz.");
mysql_select_db($mysql_database, $bd) or die("size daha iyi hizmet verebilmek icin bakım çalisması yapmaktayız."); <
Github Profile:
-------- Github --------
Source Code :https://github.com/kansiper/WebCoinsAlarm
Posted on Utopian.io - Rewarding Open Source Contributors