Skip to content
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

Fetch historical results for a URL from the API #10

Closed
graphiclunarkid opened this issue Apr 11, 2014 · 1 comment
Closed

Fetch historical results for a URL from the API #10

graphiclunarkid opened this issue Apr 11, 2014 · 1 comment

Comments

@graphiclunarkid
Copy link
Member

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.

@graphiclunarkid graphiclunarkid added this to the Version 2.0 milestone Apr 13, 2014
@graphiclunarkid graphiclunarkid changed the title Fetch results and display on website Fetch historical results for a URL and display on website Apr 13, 2014
@graphiclunarkid 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
@mkillock
Copy link

This has been implemented using PHP as a snippet in MODx. Data from API is placed in MODx placeholders, ready for display using custom HTML chunks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants