An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![nest badge](https://nest.land/badge.svg)](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

```