Skip to content

Latest commit

 

History

History
30 lines (29 loc) · 1.05 KB

README.md

File metadata and controls

30 lines (29 loc) · 1.05 KB

Exacoin data to json

You need to run either index.php or json.php to get the data from the cloud.

if the index or json.php is open in browser it will automatically download the new json data from the database!

for advanced users the script ai.js is getting the data from the cloud, use it for your own script.

I am not responsible for the script usage.



sample output:


{
	"date": "1112018",
	"time": "234511",
	"price_exa": "$3.04",
	"btc_exa": "0.00022635",
	"eth_exa": "0.00232622",
	"24_low": "$2.67",
	"24_high": "$3.38",
	"24_vol": "$548,686.56"
}

File structure:

  • ai.js - exacoin official file, extracts data from database
  • index.php - a nice view for viewing the data
  • general.json - the current json
  • log.txt - all logged json in a single file
  • json.php - output the json, you can use it in your own code
  • insert.php - nothing to run, just php to put the json from database in general.json and log.txt