https://github.com/michael-spengler/mac-address
🦕. Provides the mac address of current device
https://github.com/michael-spengler/mac-address
authentication
Last synced: over 1 year ago
JSON representation
🦕. Provides the mac address of current device
- Host: GitHub
- URL: https://github.com/michael-spengler/mac-address
- Owner: michael-spengler
- Created: 2020-09-12T20:43:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T01:57:19.000Z (over 4 years ago)
- Last Synced: 2025-01-20T07:15:30.509Z (over 1 year ago)
- Topics: authentication
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://nest.land/package/mac-address)
# Mac Address
## Usage Example
```ts
import { getMac } from 'https://deno.land/x/macaddress@v1.0.1/get-mac-address.ts'
console.log(await getMac())
```
## Trigger Usage Example
```sh
deno run --allow-run https://deno.land/x/macaddress@v1.0.1/usage-example.ts
```
## Trigger Test Execution
```sh
deno test --allow-run https://deno.land/x/macaddress@v1.0.1/test.ts
```