CSV importer for Pryv backend
Prerequisites: Node
Add to your package.json
the following dependency: "pryv-csv": "git+ssh://git@github .com:pryv/app-node-backup.git"
Then use it as following:
var pyCsv = require('pryv-csv');
pyCsv.read({
Download dependencies: npm install
Run tests: npm test