Add live demo link: https://transceiver-db-demo.pages.dev
This commit is contained in:
parent
c16e36c628
commit
ddd0a592aa
@ -1,5 +1,7 @@
|
||||
# transceiver-db
|
||||
|
||||
> **[🚀 Live Demo](https://transceiver-db-demo.pages.dev)** — Try it in your browser, no installation needed.
|
||||
|
||||
[](https://www.npmjs.com/package/transceiver-db)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://www.typescriptlang.org/)
|
||||
@ -13,6 +15,8 @@ From 1G SFP to 800G OSFP. Zero dependencies.
|
||||
|
||||
## Why?
|
||||
|
||||
> **[🚀 Live Demo](https://transceiver-db-demo.pages.dev)** — Try it in your browser, no installation needed.
|
||||
|
||||
No open-source transceiver database existed. Network engineers, inventory systems, and automation tools had to maintain their own fragmented lists. Now there is a single, typed, searchable source of truth.
|
||||
|
||||
## Install
|
||||
|
||||
@ -116,7 +116,7 @@ export interface Standard {
|
||||
|
||||
export interface Competitor {
|
||||
name: string;
|
||||
type: "OEM" | "Whitebox" | "Manufacturer" | "Distributor";
|
||||
type: "OEM" | "Whitebox" | "Manufacturer" | "Distributor" | "Compatible";
|
||||
headquarters: string;
|
||||
marketPosition: string;
|
||||
formFactorsOffered: string[];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user