Skip to content

ahmads/weightbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Node.js module and a command line utility to export CSV data from weightbot.com

API

example usage:

var weightbot = require('weightbot')

// get the data
weightbot.getData('[email protected]', 'pa$$word', function (err, data) {

  console.log(err, data)
})

Command Line

$ weightbot <email> <password>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published