Add files via upload
This commit is contained in:
parent
64c6352265
commit
35131ba393
90 changed files with 1738 additions and 0 deletions
8
netjson/example.bas
Normal file
8
netjson/example.bas
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include "json.bas"
|
||||
|
||||
SUB MAIN
|
||||
DIM IP AS STRING
|
||||
IP = REQUEST("http://ifconfig.me/ip")
|
||||
PRINT IP
|
||||
PRINT REQUEST("http://ipwhois.app/json/" + IP)
|
||||
END SUB
|
Loading…
Add table
Add a link
Reference in a new issue