Single page application to get random articles from the Wikipedia Unusual Articles page.
https://en.wikipedia.org/wiki/Wikipedia:Unusual_articles
Gets all of the articles on that page when the page loads using the Wikimedia api, and then parses the data for the relevant links to put in an array. Clicking on the button will then send a call to a random page and get all of the relevant details for display(title with link to the page, article image if it exists, and page summary).