pci-network-card
v1.0.0
Published
Node JS PCI Network Card list package
Downloads
5
Maintainers
Readme
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
- Website: burak-simsek.com
- Twitter: @brokolililer
- LinkedIn: @brokolililer
Show your support
Give a ⭐️ if this project helped you!