Examples using native fetch (Node 18+) and axios.
- Copy
.env.exampleto.envin the root:cp ../.env.example .env
- Install dependencies:
npm install
# Search
npm run search -- "ATMEGA328P"
# Compare
npm run compare -- "STM32F407" 10
# BOM Compare (reads bom.json)
npm run bom