This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

XML data
#6
require('ssl.https')
require('json')

data = ssl.https.request('http://weerlive.nl/api/json-10min.php?locatie=' ..plaatsnaam)
datatable = json.pdecode(data)
datatable = datatable['liveweer'][1]

log(datatable)

If you use something like this, how do you deploy it and how do you extract this to groupo adresses?
Reply


Messages In This Thread
XML data - by tomnord - 18.03.2020, 08:40
RE: XML data - by Daniel - 18.03.2020, 09:01
RE: XML data - by Tokatubs - 18.03.2020, 09:10
RE: XML data - by admin - 18.03.2020, 09:29
RE: XML data - by tomnord - 18.03.2020, 10:14
RE: XML data - by Daniel - 18.03.2020, 09:33
RE: XML data - by Tokatubs - 18.03.2020, 10:05
RE: XML data - by Daniel - 18.03.2020, 10:22
RE: XML data - by tomnord - 18.03.2020, 10:28
RE: XML data - by admin - 18.03.2020, 10:38

Forum Jump: