17 lines
1.3 KiB
Bash
17 lines
1.3 KiB
Bash
# ── DigiKey ────────────────────────────────────────────────────────────────────
|
|
# Register at https://developer.digikey.com/ → Create an organisation → Add a
|
|
# production app → copy the Client ID and Client Secret below.
|
|
DIGIKEY_CLIENT_ID=LnHz9vqQR4wSVglAAar6kkGseMagstWCVlF14F7t1CKZhnz5
|
|
DIGIKEY_CLIENT_SECRET=93sQGOX3IXjlruhQfHDLBo0E98Wwyo63OCpwiZGKS3xZHkvmmeuQTJLtCnNMGjXM
|
|
|
|
# ── Mouser ─────────────────────────────────────────────────────────────────────
|
|
# Register at https://www.mouser.com/api-hub/ → Apply for a Search API key.
|
|
MOUSER_API_KEY=3afbcf04-b3fb-4d3d-8d0e-a21311b744f4
|
|
|
|
# ── Farnell / Element14 ────────────────────────────────────────────────────────
|
|
# Register at https://partner.element14.com/ → My Account → Manage API Keys.
|
|
# FARNELL_STORE controls which regional store is queried for pricing.
|
|
# Examples: fr.farnell.com de.farnell.com uk.farnell.com ie.farnell.com
|
|
FARNELL_API_KEY=3e4h2bnkdnwgzwcn6sqzvegf
|
|
FARNELL_STORE=fr.farnell.com
|