18 lines
1.2 KiB
Plaintext
18 lines
1.2 KiB
Plaintext
# ── 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=
|
|
DIGIKEY_CLIENT_SECRET=
|
|
|
|
# ── Mouser ─────────────────────────────────────────────────────────────────────
|
|
# Register at https://www.mouser.com/api-hub/ → Apply for a Search API key.
|
|
MOUSER_API_KEY=
|
|
|
|
# ── 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=
|
|
FARNELL_STORE=fr.farnell.com
|
|
|