Deep Bot - Twitch Streamer Assistant

Community => General Discussion => Topic started by: ShanePolly on November 29, 2015, 05:51:36 AM

Title: Deepbot-Api Display User Data in Table
Post by: ShanePolly on November 29, 2015, 05:51:36 AM
Using the Deepbot-Api, I have pulled the user list and it displays itself in a node.exe file like it is supposed to.  I want to take the user list and display it in a table.  My question is how do make the user list display itself into a table instead of as a long, confusing to read list.
Title: Re: Deepbot-Api Display User Data in Table
Post by: emrerocky on November 29, 2015, 08:42:17 AM
You must parse the data it returns.  It is returned in JSON.  Once you parse it, you can assign each piece of info to a variable and display the variables in a table.