This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

Web Coins Alarm - PHP & JS

Words
209
Reading
1 min
Listen
Play
9y

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:
1.png
Project files:
2.png
Some of the project codes are available:
3.png
Control.php Codes:
where he pulls the coin from the database and pulls the coin
4.png
Database Table:
5.png
database connection codes:

$mysql_hostname = "localhost";
$mysql_user = "vhrnlzcl_musteri";
$mysql_password = "seyda1234@";
$mysql_database = "vhrnlzcl_musteri";
$bd = mysql@mysql_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:
6.png
-------- Github --------
Source Code :https://github.com/kansiper/WebCoinsAlarm



Posted on Utopian.io - Rewarding Open Source Contributors

Web Coins Alarm - PHP & JS | Ecency