0.1.1 • Published 6 years ago
where-is-my-mic v0.1.1
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 !')