https://github.com/willosof/tsl-umd
Node.js TSL-UMD library
https://github.com/willosof/tsl-umd
Last synced: about 1 month ago
JSON representation
Node.js TSL-UMD library
- Host: GitHub
- URL: https://github.com/willosof/tsl-umd
- Owner: willosof
- License: mit
- Created: 2017-01-16T17:07:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T23:12:55.000Z (about 2 years ago)
- Last Synced: 2025-03-29T02:12:44.269Z (about 2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://badge.fury.io/js/tsl-umd)
[](https://npmjs.com/tsl-umd)
[](https://david-dm.org/willosof/tsl-umd)
[](https://travis-ci.org/willosof/tsl-umd)
[](http://opensource.org/licenses/MIT)
[](https://github.com/willosof/tsl-umd/issues)
[](https://github.com/willosof/tsl-umd/network)
[](https://github.com/willosof/tsl-umd/stargazers)### Getting Started
```
npm install tsl-umd
```### Example ###
```javascript
var UMD = require('tsl-umd');
var umd = new UMD(5001);umd.on('message', function(tally) {
console.log("Tally update:", tally);
});
```### Tested OK with
* tslumd_1.0 on Ross Carbonite mixers
* [Axon Cerebrum](https://www.axon.tv/productgroup/cerebrum/)### Git
* [https://github.com/willosof/tsl-umd](https://github.com/willosof/tsl-umd)
* `[email protected]:willosof/tsl-umd.git`### Author
William Viker <>