npm.io
0.1.1 • Published 7 years ago

where-is-my-mic

Licence
ISC
Version
0.1.1
Deps
0
Size
2 kB
Vulns
0
Weekly
0

Where is my mic ?

A small package that may ask you to retrieve its microphone when you use console.log.

(just sandboxing the way we create nodejs packages... sorry about that)

Installation

npm i --save where-is-my-mic

Then use it in your code:

const console = require('where-is-my-mic')

console.log('Hello world !')