Public World Time API — no API keys + CORS
If you ever fought, this is a handy reference.
Here’s a DEV write-up on a public world time API that works click here without sign-ups or API keys, and it’s ready for browser fetch.
Highlights:
- Timezone + DST handled
- an /ip endpoint for timezone auto-detect
- Simple GET requests
Read it here: https://dev.to/time-now-api/i-built-a-free-open-world-time-api-no-api-keys-cors-enabled-5en
If you work on global scheduling. Cheers.