Skip to content

japsikado/Exacoin-json-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get the current price and volume, 24 low and high and generate json data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published