-
Notifications
You must be signed in to change notification settings - Fork 27
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 #6
Comments
From @startailcoon on January 24, 2017 17:24 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 |
From @startailcoon on June 27, 2017 19:14 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 |
From @startailcoon on June 27, 2017 19:16 Coinmarketcap has a public API for grabbing the latest price feed for Gridcoin.
|
From @startailcoon on June 27, 2017 19:23 Sample code to get this working with jQuery
|
This issue has arisen again regarding the slack invite portal being added to the gridcoin website. |
From @barton2526 on August 16, 2017 1:41 I can change the cross site scripting file to accommodate these and the slack scripts. |
Current XSS policy:
We can work with Rob to get this changed. |
What scripts would people actually want implemented on the Gridcoin website? |
With #175 we have our first external script pulling data into the site! |
Update bootstrap to 4.6.1 (LTS)
From @grctest on January 23, 2017 14:5
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.
Copied from original issue: grctest/Gridcoin-Site#18
The text was updated successfully, but these errors were encountered: