WoW AH Price Comparison for Potions.
--- Done --- Create an array, dictionary or list, populate it with multiple values, retrieve at least one value, and use or display it in your application
Calculate and display data based on an external factor (ex: get the current date, and display how many days remaining until some event) ??? craftCost: nightCost * 3 + risingCost * 4 + marrowCost * 4 + widowCost * 4 + vigilCost * 4, ^Displayed on Website ^Fetched from API Does this count?
Converting INT (copper) into a currency (Gold/Silver/Copper)
--- Not Done --- Read and parse an external file (such as JSON or CSV) into your application and display some data from that in your app Retrieve data from an external API and display data in your app (such as with fetch() or with AJAX)
Getting Auction House Data from the API, searching for the item auction via ID, grabbing the buyout price of that item and storing it inside an object, then use that calculate costs/differences/etc. Does this count as both of those?
--- Other JS Used --- Placed majority of HTML with JS Hide/Show DIVs instead of HTML Pages