Posts by thiagokind • 11 points
1 post
-
1
votes0
answers23
viewsQ: Dear friends, how can I take the result of the code below and insert it into an HTML tag? Any way to do it using handlebars?
var http = require("https"); var options = { "method": "GET", "hostname": "freegeoip.app", "port": null, …