Small Module to play audio using HTML audio tag
npm install simple-audioSmall Module to play audio using HTML audio tag
Also addresses the Chrome for Andriod issue 178297
#### HTML
`` html`
#### JavaScript
` javascript``
var audio = require('simple-audio');
audio.playSound('foo');