Skip to content

Conversation

@ThomasSel
Copy link

Contains a front-end implementation of a webpage to display headlines of the most recent articles published on The Guardian, using the Guardian API.

This contains test-driven client, model and view classes, as well as css styling.

In order to call the API, you need an API key.
You then need to create a apiKey.js file using the following template and insert your API key

module.exports = {
  GUARDIAN_API_KEY: 'Your api key here'
};

IMPORTANT: DO NOT HOST THIS SITE PUBLICLY!! Your API key will be visible in the webpage's code. If you publish this site as is, your api key will be vulnerable.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant