This is a hybrid mobile app built with the Ionic framework. It leverages the Bitcoin Average API and the Highcharts charting library to display a list of Bitcoin currency exchange rates and their pricing history.
First, make sure you have Node.js installed. Then, open up your terminal and run the following command to install Cordova and Ionic:
npm install -g cordova ionic
Next, simply cd into the downloaded folder and start up the server:
ionic serve --lab
Credit to Jeremey Wilken's Ionic in Action book for providing the reference code.

