1.0.0 ā¢ Published 8 months ago
pci-network-card v1.0.0
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!
1.0.0
8 months ago