diff --git a/test/test-https-GET.js b/test/test-https-GET.js new file mode 100644 index 0000000..b9aee2f --- /dev/null +++ b/test/test-https-GET.js @@ -0,0 +1,4 @@ +// requires node+https +http.GET('https://nominatim.openstreetmap.org/reverse', + {lat:'54',lon:'10',addressdetails:'1',zoom:'18',format:'json'}, + print)