1

feat(tools): add LEGO importer using Rebrickable API

- Implement  to add sets by query or ID
- Interactive selection, set/theme fetch, image downloads
- Include minifig images and YAML with title + attribution
- Persist API responses under tools/cache/rebrickable (gitignored)
- Add tools/config.json for API key
This commit is contained in:
2025-09-06 17:52:50 +02:00
parent cc7141ec15
commit 061e21f745
3 changed files with 213 additions and 1 deletions

3
.gitignore vendored
View File

@@ -2,4 +2,5 @@ node_modules
.hugo_build.lock
resources/
public/
.DS_Store
.DS_Store
tools/cache/