|
| 1 | +# @n8n-dev/n8n-nodes-worldtimeapi |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +[](https://www.npmjs.com/package/@n8n-dev/n8n-nodes-worldtimeapi) |
| 6 | +[](https://opensource.org/licenses/MIT) |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +**Stop writing worldtimeapi API integrations by hand.** |
| 11 | + |
| 12 | +Every time you connect n8n to worldtimeapi, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks. |
| 13 | + |
| 14 | +**What if connecting n8n to worldtimeapi took 5 minutes, not half a day?** |
| 15 | + |
| 16 | +This node gives you **1+ resources** out of the box: **Default**: with full CRUD operations, typed parameters, and zero manual configuration. |
| 17 | + |
| 18 | +--- |
| 19 | + |
| 20 | +## What You Get |
| 21 | + |
| 22 | +- **Zero boilerplate**: Resources, operations, and fields are pre-configured and ready to use |
| 23 | +- **Full CRUD**: Create, read, update, and delete support where the API allows it |
| 24 | +- **Typed parameters**: No more guessing field types |
| 25 | +- **Built-in auth**: API key authentication, ready to go |
| 26 | +- **Declarative**: Native n8n performance, no custom execute() overhead |
| 27 | + |
| 28 | +--- |
| 29 | + |
| 30 | +## Install |
| 31 | + |
| 32 | +```bash |
| 33 | +npm install @n8n-dev/n8n-nodes-worldtimeapi |
| 34 | +``` |
| 35 | + |
| 36 | +**Or in n8n:** |
| 37 | +1. **Settings → Community Nodes → Install** |
| 38 | +2. Search: `@n8n-dev/n8n-nodes-worldtimeapi` |
| 39 | +3. Click **Install** |
| 40 | + |
| 41 | +--- |
| 42 | + |
| 43 | +## Quick Start |
| 44 | + |
| 45 | +1. Install the node (above) |
| 46 | +2. Add credentials: **worldtimeapi API** → paste your API key |
| 47 | +3. Drag the **worldtimeapi** node into your workflow |
| 48 | +4. Pick a resource → pick an operation → done. |
| 49 | + |
| 50 | +That's it. No configuration files. No code. It just works. |
| 51 | + |
| 52 | +--- |
| 53 | + |
| 54 | +## Resources |
| 55 | + |
| 56 | +| Resource | Operations | |
| 57 | +|----------|------------| |
| 58 | +| Default | GET request the current time based on the ip of the request. note: this is a "best guess" obtained from open-source data., GET request the current time based on the ip of the request. note: this is a "best guess" obtained from open-source data., GET a listing of all timezones., GET a listing of all timezones. | |
| 59 | + |
| 60 | +--- |
| 61 | + |
| 62 | +## Why This Node? |
| 63 | + |
| 64 | +**Without this node:** |
| 65 | +- Hours of manual API integration |
| 66 | +- Copy-pasting from worldtimeapi docs |
| 67 | +- Debugging auth, pagination, error handling |
| 68 | +- Maintaining your own client code |
| 69 | + |
| 70 | +**With this node:** |
| 71 | +- Install → configure → use. 5 minutes. |
| 72 | +- Auto-generated from the official worldtimeapi OpenAPI spec |
| 73 | +- Always up to date when the API changes |
| 74 | +- Native n8n performance |
| 75 | + |
| 76 | +--- |
| 77 | + |
| 78 | +## Auto-Generated |
| 79 | +This node was auto-generated from the official **worldtimeapi** OpenAPI specification using |
| 80 | +[@n8n-dev/n8n-openapi-node-ultimate](https://github.com/kelvinzer0/n8n-openapi-node-ultimate), |
| 81 | +then validated against the live API so you get accurate types and real parameters, not guesswork. |
| 82 | + |
| 83 | +When the worldtimeapi API updates, this node updates too. |
| 84 | + |
| 85 | +--- |
| 86 | + |
| 87 | +## Support This Project |
| 88 | + |
| 89 | +If this node saved you hours of work, consider supporting continued development, new APIs, better error handling, and faster updates. |
| 90 | + |
| 91 | +[](https://n8n-code.github.io/membership/#/eyJ0aXRsZSI6IktlZXAgSXQgTW92aW5nIiwiZGVzYyI6Ik9uZSBkZXZlbG9wZXIgYnVpbHQgYSB0b29sIHRoYXQgYXV0by1nZW5lcmF0ZXNcbm44biBub2RlcyBmcm9tIGFueSBPcGVuQVBJIHNwZWMuXG5cbllvdXIgZG9uYXRpb24gZnVuZHMgbmV3IGZlYXR1cmVzLCBtb3JlIEFQSSBzdXBwb3J0LFxuYW5kIGJldHRlciB0b29saW5nIGZvciBldmVyeSBkZXZlbG9wZXIgYWZ0ZXIgeW91LiIsInRhcmdldCI6NTAwMCwiYWRkcmVzc2VzIjp7ImV0aGVyZXVtIjoiMHhmMDU1NWQ0MGRiRkI0ZTNCZjA3MDQ0MjgyQjc4RjJmRTFmNTFFZjcyIiwic29sYW5hIjoiNlpEVk5BYmpZZExEcXo4cGt3VUNHYllaNVV3QlFranB0QzU1Wk5vTFcybVUifSwiZGlzY29yZCI6Imh0dHBzOi8vZGlzY29yZC5nZy9wdERaOGU0aDkzIn0) |
| 92 | + |
| 93 | +--- |
| 94 | + |
| 95 | +## License |
| 96 | + |
| 97 | +MIT © [kelvinzer0](https://github.com/n8n-code) |
0 commit comments