jam/test/test-https-GET.js

5 lines
168 B
JavaScript

// requires node+https
http.GET('https://nominatim.openstreetmap.org/reverse',
{lat:'54',lon:'10',addressdetails:'1',zoom:'18',format:'json'},
print)