/restCountries_and_highCharts

Visualises data from the RestCountries API in pie chart and word cloud form using the Highcharts API.

Primary LanguageJavaScript

Data Visualisation: Charting of Country Data using APIs

Image

Data Visualisation:

This mini project stemmed from a lab class at CodeClan in Glasgow. Data was retrieved from the Rest Countries API (https://restcountries.eu/rest/v2/all) using an XMLHttpRequest, event listeners and callbacks. Highchart Chart objects (barChart, pieChart and wordCloud) were created using JavaScript then populated from the Rest Countries data using the Highchart API (http://code.highcharts.com/highcharts.js).

Built With:

Authors

  • Peter McCready - Initial work