A Node.js module and a command line utility to export CSV
data from weightbot.com
example usage:
var weightbot = require('weightbot')
// get the data
weightbot.getData('[email protected]', 'pa$$word', function (err, data) {
console.log(err, data)
})
$ weightbot <email> <password>