Use this skill to pull Atlas Obscura data through the atlas-obscura-api JavaScript library.
From this skill directory:
npm installThis installs the atlas-obscura-api dependency used by the helper script.
Run from skills/atlas-obscura-api/.
node scripts/atlas_obscura.js search --lat 44.4759 --lng -73.2121 --limit 5node scripts/atlas_obscura.js place-short --id 4654node scripts/atlas_obscura.js place-full --id 4654node scripts/atlas_obscura.js places-all --limit 10When sharing results:
ERR_MODULE_NOT_FOUND for atlas-obscura-api: run npm install in this skill directory.共 1 个版本