A World of Warcraft resource page utilizing the Battle.net API suite
Display any character of choice with current inventory and a live feed, or display the current status of the gameplay realms.
Utilizes:
code by Phillip Stafford visuals courtesy of Blizzard
To use: Clone the repo. This application requires a web server to run. One option is to Install [nodejs] (https://nodejs.org/en/) if not already installed. Install the http server.
npm install http-server -g
Set the server to run the app.
http-server C:/location/to/app
-or-
npm run start