https://github.com/thisconnect/fudi
Encode and decode FUDI messages in Node.js
https://github.com/thisconnect/fudi
Last synced: 11 months ago
JSON representation
Encode and decode FUDI messages in Node.js
- Host: GitHub
- URL: https://github.com/thisconnect/fudi
- Owner: thisconnect
- License: mit
- Created: 2012-11-26T17:23:40.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-06T08:53:22.000Z (about 13 years ago)
- Last Synced: 2025-01-06T16:18:28.590Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FUDI.js
101 ways to encode/decode [FUDI](http://en.wikipedia.org/wiki/FUDI)
messages to JSON
Run tests
---------
To run the tests first install testigo
`git submodule update --init --recursive`
or download it from [github.com/keeto/testigo](https://github.com/keeto/testigo)
to tests/testigo.
node tests/run.js
See also
--------
PuRestJson (https://github.com/residuum/PuRestJson)
provides [json-encode] and [json-decode] to work with
JSON data in Pd.