https://github.com/zk33/limbic-player
content player for limbic.cc
https://github.com/zk33/limbic-player
Last synced: about 1 year ago
JSON representation
content player for limbic.cc
- Host: GitHub
- URL: https://github.com/zk33/limbic-player
- Owner: zk33
- License: mit
- Created: 2013-12-24T10:57:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-24T14:10:17.000Z (over 12 years ago)
- Last Synced: 2025-01-24T05:41:58.594Z (over 1 year ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Limbic Player
multi content player for limbic.cc
## Getting Started
Download the [production version][min] or the [development version][max].
[min]: https://raw.github.com/zk33/limbic-player/master/dist/jquery.limbicPlayer.min.js
[max]: https://raw.github.com/zk33/limbic-player/master/dist/jquery.limbicPlayer.js
In your web page:
```html
jQuery(function($) {
$.limbicPlayer();
});
```
## Documentation
_(Coming soon)_
## Examples
_(Coming soon)_
## Release History
_(Nothing yet)_