pci-network-card

1.0.0 • Public • Published

Welcome to pci-network-card 👋

Version License: MIT Twitter: brokolililer

pci-network-card package simplifies managing Windows network cards in applications.

🏠 Homepage

Install

npm install pci-network-card

Example

const pnc = require("pci-network-card");

pnc
  .fetchNetworkAdapters()
  .then((cards) => {
    console.log(cards);
  })
  .catch((err) => {
    console.error("Error:", err);
  });

Author

👤 Burak Simsek

Show your support

Give a ⭐️ if this project helped you!

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i pci-network-card

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    6.28 kB

    Total Files

    6

    Last publish

    Collaborators

    • burak-simsek