18 lines
362 B
Markdown
18 lines
362 B
Markdown
|
COSM.com fetcher to OSC
|
||
|
==============
|
||
|
|
||
|
This small script (cosmfetcher.js) is capable of fetching feeds from cosm.com and
|
||
|
sending the contents into OSC messages.
|
||
|
|
||
|
Installation
|
||
|
--------------
|
||
|
|
||
|
To use this software you need node.js with npm installed. Simply run
|
||
|
|
||
|
npm update
|
||
|
|
||
|
to fetch the needed dependencies. Run the program with
|
||
|
|
||
|
nodemon cosmfetcher.js
|
||
|
|