MCPcopy Create free account
hub / github.com/chhoumann/quickadd / getLongLatFromAddress.js

File getLongLatFromAddress.js

docs/static/scripts/getLongLatFromAddress.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1module.exports = async (params) => {
2 const {createYamlProperty} = params.app.plugins.plugins["metaedit"].api;
3 const address = await params.quickAddApi.inputPrompt("🏠 Address");
4 if (!address) {

Callers

nothing calls this directly

Calls 2

apiGetFunction · 0.70
inputPromptMethod · 0.65

Tested by

no test coverage detected