doodle-data

get the data of a doodle.com poll

Usage no npm install needed!

<script type="module">
  import doodleData from 'https://cdn.skypack.dev/doodle-data';
</script>

README

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