In our project we use the Guardian API to retrieve the most recent articles in one of five categories: Politics, Fashion, Football, Business, and Environment. The user can choose a category, see the articles’ titles and then navigate to the Guardian website, if s/he wishes to read the full article. The API updates as new material is published on the website, so the content of our webpage will update accordingly.
We used an API key to access the information, and this key is not seen by the user, since the request is made on the server side. The project is deployed on Heroku and we use Travis to employ continuous integration. Please visit our webpage on:
https://week5danakira.herokuapp.com/
Enjoy Our Project :)