Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binocarlos/sounds-r-us
Just play it (tm)
https://github.com/binocarlos/sounds-r-us
Last synced: 10 days ago
JSON representation
Just play it (tm)
- Host: GitHub
- URL: https://github.com/binocarlos/sounds-r-us
- Owner: binocarlos
- License: mit
- Created: 2014-06-28T00:34:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-28T00:48:46.000Z (over 10 years ago)
- Last Synced: 2024-04-14T14:36:47.803Z (7 months ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sounds-r-us
===========Just play it (tm)
## install
```
$ component install binocarlos/sounds-r-us
```## usage
```js
var player = require('sounds-r-us')()player.loadsound('url/to/sound.mp3', function(sound){
sound.play()
})player.playsound('auto/load.mp3')
```## license
MIT