jam/test/test-https-GET.js

5 lines
168 B
JavaScript
Raw Normal View History

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