+ 2
How to use Steam API with HTML
I want to use some Steam Informations like ingame hours on my website but if I integrate it in my HTML-files it shows me a JSON table. How can I only monitor choosen informations but not the whole JSON table?
1 ответ
0
You have to use JSON.decode for that and handle the JSON Table with Javascript.