geolookup-plugin 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -475,8 +475,13 @@ npm run deploy
|
|
|
475
475
|
|
|
476
476
|
A GitHub Actions workflow (`.github/workflow/deploy.yaml`) is also included for CI/CD deployment via `workflow_dispatch`.
|
|
477
477
|
|
|
478
|
+
## Example Application
|
|
479
|
+
|
|
480
|
+
For a working implementation of this plugin, see [geolookup-example](https://github.com/kylebernhardy/geolookup-example). It's a minimal Harper application that wires up the geocoding and data loading endpoints via `config.yaml`, and includes an interactive CLI for bulk loading state data with real-time progress tracking.
|
|
481
|
+
|
|
478
482
|
## Links
|
|
479
483
|
|
|
484
|
+
- [geolookup-example](https://github.com/kylebernhardy/geolookup-example) — Reference implementation with interactive data loading CLI
|
|
480
485
|
- [Harper Documentation](https://docs.harperdb.io/docs)
|
|
481
486
|
- [Harper Fabric](https://fabric.harper.fast/)
|
|
482
487
|
- [Harper Components Reference](https://docs.harperdb.io/docs/reference/components)
|
package/package.json
CHANGED