codementum / experimentr

Backend (Node.js, redis), frontend (js), and analysis (R) for web-based visualization studies.
29 stars 16 forks source link

Improve workers.sh by using node #50

Closed codementum closed 8 years ago

codementum commented 11 years ago

Make src/workers.js that:

  1. Reads the workersId field from data.csv into a JSON object var workers.
  2. Output the result of JSON.stringify(workers).
codementum commented 8 years ago

Done long long ago