TTN data to http/webpage

Hello,

I just have done my first steps in LoRaWAN. I got some devices/sensors running successfully in TTN, I can see the data in Cayenne.
Furthermore I already got the data transmitted into the http environment using rbasket.in:

grafik

Now I want to show the data (e.g. temperature and humidity) on a webpage. How to do?
As I think I have to write a http or a php file, but unfortunately I do not have any idea how to do this…!
I installed Apache on my PC.

Any hint or tip would be much appreciated, just a short file showing just perhaps one value (temperature), auto refresh each time the sensors sends new data (5min intervall).

Best regards
Thomas

My suggestion is node-RED

Read the PHP & HTML sections of http://www.w3schools.com

Hello,

many thanks for the hints!

@mmelon: I do not know node-RED, but I will try!
@descartes: I will read, thank you!