Author Topic: Deepbot-Api Display User Data in Table  (Read 1566 times)

0 Members and 1 Guest are viewing this topic.

ShanePolly

  • Youngling
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Polly_Parrott
Deepbot-Api Display User Data in Table
« 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.

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Deepbot-Api Display User Data in Table
« Reply #1 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.