G
G
gachkydxvbgd2016-06-17 14:46:32
PHP
gachkydxvbgd, 2016-06-17 14:46:32

How to give account details in nodejs?

After authorization, I am given an array

$json_object= file_get_contents($url);
$json_decoded = json_decode($json_object);
foreach ($json_decoded->response->players as $player)
{
echo "

Player ID: $player->steamid

Player Name: $player->personaname

Profile URL: $player->profileurl
";
}

How to pass this array safely to nodejs?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question