app
Adom Parts Search
Public Made by Adomby adom
One search box across Mouser + DigiKey + JLCPCB. Parallel queries, side-by-side product photos, and a Mouser-preferred recommendation (40-min drone delivery to Fort Worth) that reasons around stock and lead time.
{
"slug": "adom-parts-search",
"version": "1.0.12",
"type": "app",
"description": "One search box across Mouser + DigiKey + JLCPCB. Parallel queries, side-by-side product photos, and a Mouser-preferred recommendation (40-min drone delivery to Fort Worth) that reasons around stock and lead time.",
"dependencies": {
"adom/adom-mouser": "*",
"adom/adom-digikey": "*",
"adom/adom-jlcpcb": "*"
},
"tags": [
"parts-search",
"mouser",
"digikey",
"jlcpcb",
"bom",
"sourcing",
"distributor",
"electronics",
"open-source",
"mit"
],
"license": "MIT",
"needs_sudo": false,
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"files": [
"bin/**",
"skills/**",
"install.sh",
"uninstall.sh",
"package.json",
"page.json",
"README.md",
"SKILL.md",
"BUILD-SKILL.md",
"screenshots/**"
],
"hero": {
"path": "screenshots/hero.png"
}
}