/doodle-data

get the data of a doodle.com poll

Primary LanguageJavaScript

doodle-data

NPM

Usage

var doodle = require('doodle-data');
doodle("<23-character poll id>", function(data) {
    console.log(data); // ==> big undocumented JSON thing
});

You find the 23-character poll id by following the "Administer Poll" link in the confirmation mail. It's in the URL.

License

MIT