# doodle-data **Repository Path**: mirrors_regular/doodle-data ## Basic Information - **Project Name**: doodle-data - **Description**: get the data of a doodle.com poll - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # doodle-data [![NPM](https://nodei.co/npm/doodle-data.png)](https://nodei.co/npm/doodle-data/) ## Usage ``` js 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