-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scripts gathering external website data #18
Comments
As soon as I've completed the upgrade of Gridcoinstats I can supply the Gridcoin webpage with API access, trough JS, to the basic functions. This would include functions like latest block number and exchange prices (gathered by gridcoinstats). Timeframe: 1-2 months |
Two Public functions that can be used for the webpage for latest Projects status, Active (whitelisted) or Inactive and latest Block information on the chain. Latest Projects Data: https://www.gridcoinstats.eu/API/api.php?a=getProjectData
Latest Block Data: https://www.gridcoinstats.eu/API/api.php?a=getLastBlock |
Coinmarketcap has a public API for grabbing the latest price feed for Gridcoin.
|
Sample code to get this working with jQuery
|
This issue has arisen again regarding the slack invite portal being added to the gridcoin website. |
I can change the cross site scripting file to accommodate these and the slack scripts. |
This issue was moved to gridcoin-community/Gridcoin-Site#6 |
Could grab:
We need to change the cross site scripting security though & we shouldn't make the website too slow nor tacky/bulky.
Has to be JS, we don't have access to the underlying web server terminal.
The text was updated successfully, but these errors were encountered: