1.0.0 ā€¢ Published 2 months ago

pci-network-card v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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!

1.0.0

2 months ago