[](https://www.npmjs.com/package/browser-geo-tz)
npm install browser-geo-tz
This is a browser variant of node-geo-tz. The original library says that the files are too big for the browser.
This library takes advantage of HTTP range requests to load the data quickly. Check out the demo.
``html`
`bash`
npm install browser-geo-tz
`javascript``
import GeoTZ from "browser-geo-tz";
console.log(await GeoTZ.find(37.3861, -122.0839));