You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a mechanism that can query the API for historical results for a URL so that they can be displayed on the website. Perhaps using a back-end PHP script to collect the results via the API and spit them out as JSON, then use JS to display the results in a table.
Issue #29 covers the front-end JS, display and styling. This issue covers the back-end mechanism for interfacing with the API.
The text was updated successfully, but these errors were encountered:
graphiclunarkid
changed the title
Fetch results and display on website
Fetch historical results for a URL and display on website
Apr 13, 2014
graphiclunarkid
changed the title
Fetch historical results for a URL and display on website
Fetch historical results for a URL from the API
Apr 13, 2014
We need a mechanism that can query the API for historical results for a URL so that they can be displayed on the website. Perhaps using a back-end PHP script to collect the results via the API and spit them out as JSON, then use JS to display the results in a table.
Issue #29 covers the front-end JS, display and styling. This issue covers the back-end mechanism for interfacing with the API.
The text was updated successfully, but these errors were encountered: