pci-network-card package simplifies managing Windows network cards in applications.
🏠 Homepage
npm install pci-network-card
const pnc = require("pci-network-card");
pnc
.fetchNetworkAdapters()
.then((cards) => {
console.log(cards);
})
.catch((err) => {
console.error("Error:", err);
});
👤 Burak Simsek
- Website: burak-simsek.com
- Twitter: @brokolililer
- LinkedIn: @brokolililer
Give a ⭐️ if this project helped you!