A tz-lookup HTTP server.
npm install
Start the server:
node tz-lookup-server.js
Use environment variables PORT and IP for different port/host. F.e.:
PORT=1337 node tz-lookup-server.js
curl -s 'http://localhost:5266/?lat=42.7235&lon=-73.6931'
Released under the WTFPL version 2.